HackerTrans
TopNewTrendsCommentsPastAskShowJobs

murat3ok

no profile record

Submissions

Calling a Rust library from Go with CGO_ENABLED=0

stoolap.io
1 points·by murat3ok·3 maanden geleden·0 comments

Vector and Semantic Search in Stoolap

stoolap.io
1 points·by murat3ok·4 maanden geleden·0 comments

Stoolap/Node: A Native Node.js Driver That's Surprisingly Fast

stoolap.io
27 points·by murat3ok·5 maanden geleden·23 comments

Stoolap v0.2.0 outperformed SQLite in most of complex queries

github.com
1 points·by murat3ok·6 maanden geleden·0 comments

Stoolap: High-performance embedded SQL database in pure Rust

github.com
113 points·by murat3ok·7 maanden geleden·41 comments

comments

murat3ok
·5 maanden geleden·discuss
Try it first. I hope you can give a shoot.
murat3ok
·5 maanden geleden·discuss
Yes. Absolutely like this. Thank you for the correct usage.
murat3ok
·5 maanden geleden·discuss
You raises a valid point about this, added to repo: https://github.com/stoolap/stoolap-node/blob/main/benchmark....
murat3ok
·7 maanden geleden·discuss
The Go version was my first attempt. Hit some performance walls I couldn't solve cleanly, so I rewrote the whole thing in Rust over the past 6 months. Got about 5x speedup and the concurrency story is way better with ownership.

The git history thing honestly my commits were a mess after months of work. Dead ends, experiments, "fix fix fix" commits. Figured I'd start clean for release. In hindsight, probably should have kept the ugly history looks less suspicious than one big commit.

Goal is basically SQLite but with real MVCC and analytical features (window functions, parallel queries). Something you can embed but that doesn't choke on concurrent writes or complex queries.

Community kill me here but other side thank you for the positive comment here.