Show HN: Gostore, a simplistic and minimalist storage made with Golang (github.com) 15 points by jibaru 2y ago ↗ HN
[–] ttymck 2y ago ↗ Nice and straightforward.Any reason not to store the objects in memory in a map instead of a slice? [–] jibaru 2y ago ↗ Oh I the in-memory implementation was made only for testing purposes so they didn't have great performance. I appreciate the recommendation and I will update these implementations soon. Thank you!
[–] jibaru 2y ago ↗ Oh I the in-memory implementation was made only for testing purposes so they didn't have great performance. I appreciate the recommendation and I will update these implementations soon. Thank you!
2 comments
[ 5.2 ms ] story [ 18.9 ms ] threadAny reason not to store the objects in memory in a map instead of a slice?