chiark / gitweb /
doxygen: save result count instead of node size to search binary.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 3 Feb 2018 11:53:58 +0000 (12:53 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 14:02:58 +0000 (15:02 +0100)
commitcee83243c39b08fb8b4ee227179450f2d9ca2d37
tree9207c29afe95fa6d8ca3e546af93c9d982063625
parentf69df3db94267aa2dcec76897a7a411e18339714
doxygen: save result count instead of node size to search binary.

Makes the code much simpler and allows for up to 256 children and 256
results in each node, instead of limiting its size to 512 bytes (thus
e.g. 64 children and 127 results or some other combination).

I like it when things get better, more flexible and simpler by removing
a bunch of complicated code.
doxygen/dox2html5.py
doxygen/search.js
doxygen/test/js-test-data/empty.bin
doxygen/test/js-test-data/searchdata.b85
doxygen/test/js-test-data/searchdata.bin
doxygen/test/js-test-data/unicode.bin
doxygen/test/test_search.py