tomnomnom / anew

A tool for adding new lines to files, skipping duplicates
MIT License
1.34k stars 147 forks source link

Change the map type from bool to struct #22

Closed raff-s closed 2 months ago

raff-s commented 8 months ago

What

Compared to a boolean, a struct in Go does not occupy any memory space. Implementing this modification will result in a minor enhancement in performance