aboutsummaryrefslogtreecommitdiff
path: root/iomt.h (follow)
Commit message (Collapse)AuthorAge
* Add some commentsFranklin Wei2018-07-12
|
* Make caller allocate memory in call to merkle_update()Franklin Wei2018-07-12
| | | | Hopefully this is slightly faster... should probably profile.
* Optimize IOMT leaf lookup/encloser searchFranklin Wei2018-07-09
| | | | | We now use three separate searches, which are O(log n) time each, whereas the OR'd together version would incur a O(n) scan of the entire leaves table.
* Refactor and optimizeFranklin Wei2018-07-08
|
* Use 64-bit integers where appropriateFranklin Wei2018-07-03
| | | | Should allow the use of larger logleaves values (> 32).
* Fix warningsFranklin Wei2018-07-03
|
* Refactor and optimize IOMT DB codeFranklin Wei2018-07-02
| | | | | | | | Removed the copy-pasta that was the SQL generation code, replaced with a much cleaner interface (albeit one that lacks bounds checks on strings). Also replaced old linear search for finding a leaf node with a database query.
* Fix compilation error with old gccFranklin Wei2018-06-28
|
* Optimize DB codeFranklin Wei2018-06-27
|
* WIP on database backendFranklin Wei2018-06-27
|
* WIP on database backendFranklin Wei2018-06-26