Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 67 words in the discussion.

Trending Topics

#wasm#compile#should#seems#data#blob#more#optimized#query#engine

Discussion (2 Comments)Read Original on HackerNews

kevincox•about 1 hour ago
It seems that you could just compile the data into the WASM blob. Then use a more optimized query engine than sqlite. This should be very fast to compile (most of the WASM is just a byte buffer, the code is just a few binary searches and some result encoding). The downside is that you need to recompile to update the repo, but I don't think that should be particularly expensive.
ghthor•about 2 hours ago
The WASM extension me like. Would be great to get that into mainline.