For future reference for who will read this topic:

This announcement on sqlite mailinglist seems to at least partially prove my 
point for usefulness of "micro-optimization", something valuable to research 
from my point of view.

"""50% faster than 3.7.17"""

"""
This is 50%
faster at the low-level grunt work of moving bits on and off disk and
search b-trees.  We have achieved this by incorporating hundreds of
micro-optimizations.  Each micro-optimization might improve the performance
by as little as 0.05%.  If we get one that improves performance by 0.25%,
that is considered a huge win.  Each of these optimizations is unmeasurable
on a real-world system (we have to use cachegrind to get repeatable
run-times) but if you do enough of them, they add up."""

Read the rest on:

http://permalink.gmane.org/gmane.comp.db.sqlite.general/90549

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to