TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OrderedMap in golang

2 pointsby cevarisabout 10 years ago

1 comment

cevarisabout 10 years ago
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.