UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

Don't try to recall() primitive results #154

Closed abiggerhammer closed 9 years ago

abiggerhammer commented 9 years ago

This saves us even more unnecessary use of the hash table. We're now down from ~22k ns/iter on the small mp4 benchmark to ~16k ns/iter. Thanks, callgrind!