]> git.sesse.net Git - remoteglot-book/commit
Drop the arena; BPFENs are bounded by 32 bytes anyway, and the typical is something...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Dec 2014 01:08:17 +0000 (02:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 15 Dec 2014 01:08:17 +0000 (02:08 +0100)
commit33d7fcf900b9c456aea2fc88900fe3c7dd4344e8
tree1f9365c1464e3b141e75cd170a1e7b75234f22cd
parentb97c4d33965659b1ec9b20dec4ce359b78533d04
Drop the arena; BPFENs are bounded by 32 bytes anyway, and the typical is something like 20, so using those eight bytes for a pointer is a rather slight memory gain. This speeds up the sorting by a few percent due to less memory chasing.
Makefile
arena.cpp [deleted file]
arena.h [deleted file]
binloader.cpp