Hacker News new | ask | show | jobs
by ttymck 978 days ago
Nice and straightforward.

Any reason not to store the objects in memory in a map instead of a slice?

1 comments

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!