Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I just tried building some immutable data structures in Go: (https://github.com/dacapoday/smol) a kv store base on cow b+ tree




In-memory immuatable data structures seem to be only suitable for scenarios with large amounts of data and high concurrency. In most scenarios, this actually incurs a lot of additional copying overhead.



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

Search: