performance 第23页
Solving Lighthouse ‘Avoid an excessive DOM size’ issue-拾光赋

Solving Lighthouse ‘Avoid an excessive DOM size’ issue

Solving Lighthouse ‘Avoid an excessive DOM size’ issue,Recently we started looking a bit into OSBO performance. As the page was built mostly at the time when we didn’t understan...
kity的头像-拾光赋kity6年前
0355
Faster Than Requests-拾光赋

Faster Than Requests

Faster Than Requests, Library Speed Files LOC Dependencies Developers PyWGET 152.39 1 338 Wget >17 Requests 15.58 >20 2558 >7 (Depends on Urllib3) >527 Requests (pre-Ca...
kity的头像-拾光赋kity6年前
03912
Is there a price to pay for using exceptions?-拾光赋

Is there a price to pay for using exceptions?

Is there a price to pay for using exceptions?, Have you ever wondered how exceptions start to shape and have an impact on your project? Are they useful? Do they affect performance ...
kity的头像-拾光赋kity6年前
03914
Is your Django app slow? Think like a data scientist, not an engineer-拾光赋

Is your Django app slow? Think like a data scientist, not an engineer

Is your Django app slow? Think like a data scientist, not an engineer,This post originally appeared on the Scout Blog. I'm an engineer by trade. I rely on intuition when investigat...
kity的头像-拾光赋kity6年前
0306
PERFORMANCE OF JVM VS NATIVE VS THE WORLD-拾光赋

PERFORMANCE OF JVM VS NATIVE VS THE WORLD

PERFORMANCE OF JVM VS NATIVE VS THE WORLD,Lately I was trying to understand how virtual memory works and how JVM work and perform. My intuition was ' if a JVM is written in C, it i...
kity的头像-拾光赋kity6年前
03511
Blazing fast Python-拾光赋

Blazing fast Python

Blazing fast Python, Profiling Python applications using Pyflame This post originally appeared on Build Smarter. Perhaps you’ve faced the fortunate challenge of scaling up a Pytho...
kity的头像-拾光赋kity7年前
04411
Lessons learned about performance-拾光赋

Lessons learned about performance

Lessons learned about performance,Performance is a world that is always in the minds of all developers and engineers. Many things used among tools, libraries, frameworks and techni...
kity的头像-拾光赋kity7年前
0299
Have you had to make your Python code run fast?-拾光赋

Have you had to make your Python code run fast?

Have you had to make your Python code run fast?,Though performance is often cited as a reason people are skeptical of Python (see @grokcode 's recent post and the replies to it ), ...
kity的头像-拾光赋kity7年前
0355
Stopping a Java memory leak-拾光赋

Stopping a Java memory leak

Stopping a Java memory leak,Java objects are stored in a memory area called the heap. This area increases and decreases in size, but has a limited space defined by several factors,...
kity的头像-拾光赋kity7年前
0417
Why I Deleted My IDE; and How It Changed My Life For the Better-拾光赋

Why I Deleted My IDE; and How It Changed My Life For the Better

Why I Deleted My IDE; and How It Changed My Life For the Better,About 3 years ago, I made a big change in the way that I write code. It occurred to me that in a lot of cases, my ID...
kity的头像-拾光赋kity7年前
0296
Writing microbenchmarks with JMH-拾光赋

Writing microbenchmarks with JMH

Writing microbenchmarks with JMH,Today I'd like to talk about a subject that cares for me : performance. I'm going to give a quick overview of an aspect that it not often treated :...
kity的头像-拾光赋kity8年前
0368