Skip to main content

Kenyth Zeng's Library tagged performance   View Popular

17 Dec 09

Video: John Resig — Testing, Performance Analysis, and jQuery 1.4 (YUI Theater)

  • reducing the overall complexity of the code, and I want to talk about how we did that, adding in support for more bubbling events that don't normally bubble in Internet Explorer, and doing script loading.

Google Web Toolkit Blog: Introducing Google Web Toolkit 2.0, now with Speed Tracer

  • Speed Tracer is a powerful new performance analysis tool for Chrome that gives you unprecedented insight into the inner workings of any web application — not just those created with GWT.
  • a new method of debugging called development mode t
  • 12 more annotations...

Recommendation against Python? - Unladen Swallow | Google Groups

  • To date, IronPython and

    Jython have had to dedicate a significant portion of their engineering

    resources to achieving compatibility with CPython, with relatively

    little time left over for performance optimization.
  • One area where I believe Python (and other dynamic languages) do

    particularly well is projects with lots of developers working on lots

    of little subsystems, all contributing to the same codebase or the

    same released binary.
  • 1 more annotations...

Chromium Blog: A 2x Faster Web

  • It is designed specifically for minimizing latency through features such as multiplexed streams, request prioritization and HTTP header compression.

Ajaxian » Google releases Closure, the tools behind the JS geniuses

  • compact, high-performance code. The compiler removes dead code and

    rewrites and minimizes what’s left so that it downloads and runs

    quickly. It also also checks syntax, variable references, and

    types, and warns about common JavaScript pitfalls.
  • . You can use the compiler with Closure Inspector, a Firebug

    extension that makes debugging the obfuscated code almost as easy as

    debugging the human-readable source.
  • 2 more annotations...
02 Nov 09

>: Type Checking - Java, Fast !

  • Prior to 5, Every Subtype has cached with its SuperType(casting of which is correct).
  • It try to understand lot of code at compile time only. It put the entire code inline and there is no requirement of VM calls.
  • 1 more annotations...
15 Sep 09

The technology behind Tornado, FriendFeed's web server - Bret Taylor's blog

  • we
    needed the support for a large number of standing connections afforded by
    the non-blocking I/O programming style and
    epoll.
  • Tornado looks a bit like web.py or Google's
    webapp
  • 5 more annotations...
23 Aug 09

Technical Revenue: Writing Java Multithreaded Servers - whats old is new (PDF Slides)

  • I'd like to point out that writing Java benchmarks is very hard. I spent a great deal of time making sure I warmed up the VM and insured there were no positional biases or other overzealous or skewing optimizations.
  • if you want to write a benchmark, a VM engineer is the right kind of person to get help from

Avoid NIO, Get Better Throughput | Javalobby

  • Few have mastered NIO.  For most it provides an opportunity to really get to know your debugger.  “Should this buffer be flipped before I pass it to this method, or should the method flip it?”.
  • Projects such as
    Grizzly and QuickServer provide proven, reusable non-blocking server components.
  • 1 more annotations...
1 - 20 of 98 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo