cxcv: performance*

10 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. It has been a while since the Socket Benchmark of Asynchronous server. That benchmark looked specifically at the raw socket performance of various frameworks. Which was being benchmarked by doing a regular HTTP request against the TCP server. The server itself was dumb and did not actually understand the headers being send to it. In this benchmark i will be looking at how different WSGI servers perform at exactly that task; the handling of a full HTTP request.
  2. The Computer Language Benchmarks Game is a collection of 429 programs, consisting of 13 benchmark reimplemented across 33 programming languages. It is a fantastic resource if you are trying to compare programming languages quantitatively. Which, oddly, very few people seems to be interested in doing.
  3. "I was reading David Cramer's tip to use JSONField in Django to be able to store arbitrary fields in a SQL database. Nice. But is it fast enough? Well, I can't answer that but I did look into the difference in read/write performance between simplejson, cPickle and marshal."
  4. Felix von Leitner's original paper on BSD and Linux io performance.
  5. Dan Kegel's updated paper on high-performance network io programming on Unix.

Top of the page

First / Previous / Next / Last / Page 1 of 1 Bookmarks: Tags: performance

About - Propulsed by SemanticScuttle