Jason Evans cd70100e5d Optimize runtime performance, primary using the following techniques:
* Avoid choosing an arena until it's certain that an arena is needed
    for allocation.

  * Convert division/multiplication to bitshifting where possible.

  * Avoid accessing TLS variables in single-threaded code.

  * Reduce the amount of pointer dereferencing.

  * Move lock acquisition in critical paths to only protect the the code
    that requires synchronization, and completely remove locking where
    possible.
2006-03-30 20:25:52 +00:00
..
2006-02-26 23:01:11 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2004-07-06 13:58:45 +00:00
2004-02-23 03:30:02 +00:00
2003-09-14 13:41:59 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2006-03-28 22:16:04 +00:00
2006-03-28 22:16:04 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2006-03-28 22:16:04 +00:00
2005-01-20 09:17:07 +00:00