Live data from Hacker News

OrderedMap in golang

github.com

1–2 of 2 posts

Re: OrderedMap in golang

#2
OrderedMap is a Python port of OrderedDict implemented in golang. Fist library/project in go. Feedback welcomed. Settled for the iffy `interface{}` to handle Golang's generics quirks. Makes me uncomfortable with, being that a value of any `type` can be passed in. But yeah, WIP.