summaryrefslogtreecommitdiff
path: root/perf-tests.sh
AgeCommit message (Collapse)Author
2011-02-09Precompute bit offset and bitmask for a small perf improvement.Joshua Haberman
2009-08-12Refactoring: unify upb_msg.Joshua Haberman
The cost is that a upb_msg will now always have an overhead of 2*sizeof(void*). This is comparable to proto2 overhead. The benefit is that upb_msg is now self-describing, and read-only algorithms can now operate on a upb_msg regardless of the memory-management scheme. Also, upb_array and upb_string now know inherently if they own their associated memory, and upb_array has a generic pointer for memory management purposes like upb_msg does.
2009-08-04More work on benchmarks (performance tests).Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback