Show HN: Gostore, a simplistic and minimalist storage made with Golang
1–3 of 3 posts
Re: Show HN: Gostore, a simplistic and minimalist storage made with Golang
#2Nice and straightforward.
Any reason not to store the objects in memory in a map instead of a slice?
Re: Show HN: Gostore, a simplistic and minimalist storage made with Golang
#3Nice and straightforward. Any reason not to store the objects in memory in a map instead of a slice?
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!