Jake G
Jake G
I found that somebody actually made one that tests a lot of them! https://nextapps-de.github.io/flexsearch/bench/ Unfortunately tinysearch is not in their benchmark list. (neither is pagefind)
one thing I dont see in their benchmark is bandwidth used... so they really should have a second benchmark for that. (that is just as important to me as performance,...
no, what i mean is hit the website. perform a search, how many KB had to be downloaded for the search javascript + wasm + index to perform that search....
I think this may no longer be an issue? (do you guys have wasm-pack and binaryen installed?) I did an install today and have no problem: ```bash sudo npm install...
On a Fresh Ubuntu 22.04 VM I got this far when trying to install tinysearch via cargo: ```bash sudo apt install build-essential sudo apt install make gcc cmake binaryen curl...
Does this new branch maybe require more steps to build the final tinysearch executable? here is a tree view: of what the build seems to have produced: 
OK, I got the executable built, but the executable no longer works. This might fix the Crate (not sure yet, didn't get that far), but it seems it causes problems...
Thanks! I got farther: ```bash ~/tinysearch/target/release/tinysearch -e "path=\"$HOME/tinysearch/tinysearch\"" --optimize index.json ``` ``` Creating tinysearch implementation crate tinysearch-engine in directory /tmp/.tmpcN7SLE Creating storage file for posts index.json in file /tmp/.tmpcN7SLE/src/storage Storage...
AHH I did not know you can force a version like that. ( I am still very new to rust ) So that confirms the problem is with the wasm-pack...
@expilo do you have a fork of tinysearch where the xorf crate is in use