Join Nostr
2026-01-16 10:28:35 UTC
in reply to

pip on Nostr: I tend to be deliberate in the choice of libraries I use. A few that have become part ...

I tend to be deliberate in the choice of libraries I use. A few that have become part of my go.

- github.com/joho/godotenv
- github.com/caarlos0/env

This is a set implementation I made for small collection of items. Particularly handy because it's faster than a map for less than 1000 elements, with less allocations too.

- github.com/pippellia-btc/smallset