jameslittle230 / stork

🔎 Impossibly fast web search, made for static sites.
https://stork-search.net
Apache License 2.0
2.73k stars 56 forks source link

Compress index byte blob internally #267

Closed jameslittle230 closed 1 year ago

jameslittle230 commented 2 years ago

https://github.com/jameslittle230/stork/pull/280 adds a good implementation of this (reduces index sizes to 25% of what they were) but this seems blocked on #237, since uncompressing the index within the WASM code causes deadlock within the webpage.