Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Gostore, a simplistic and minimalist storage made with Golang
(
github.com
)
15 points
by
jibaru
978 days ago
1 comments
ttymck
977 days ago
Nice and straightforward.
Any reason not to store the objects in memory in a map instead of a slice?
link
jibaru
972 days 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!
link
Any reason not to store the objects in memory in a map instead of a slice?