Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Stoolap: High-performance, SQL database in pure Go with zero dependencies (github.com/stoolap)
1 point by thunderbong 6 months ago | hide | past | favorite | 1 comment


> Vectorized Execution: SIMD-accelerated operations for high throughput

> // This file contains highly optimized versions of vector operations > // that benefit from compiler auto-vectorization on modern CPUs.

https://github.com/stoolap/stoolap/blob/9c0ceda3bb9c674a9758...

Unfortunately, the standard Go compiler explicitly doesn't auto-vectorize, so saying that this is a pure Go SIMD database isn't strictly correct. You'll only get this if you compile with gccgo.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: