An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with orderedmap

A curated list of projects in awesome lists tagged with orderedmap .

https://github.com/elliotchance/orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.

data-structures golang maps orderedmap

Last synced: 12 May 2025

https://github.com/cevaris/ordered_map

Python port of OrderedDict to Go

golang ordereddict orderedmap

Last synced: 23 Jan 2026

https://github.com/metalim/jsonmap

Ordered map for JSON storage

go golang json orderedmap

Last synced: 03 Aug 2025

https://github.com/haifenghuang/orderedmap

OrderedMap for go which support marshaling/unmarshaling(using json.Decoder).

golang map marshaling ordereddict orderedmap unmarshalling

Last synced: 17 Jan 2026

https://github.com/secnot/orderedmap

OrderedMap is a Go implentation of a map that preserves the order of insertion, so key/value pais can be iterated in the order they where added

fifo go golang lifo ordereddict orderedmap pop

Last synced: 17 Jan 2026

https://github.com/pigfu/orderedmap

a go ordered map that supports custom sorting rule

custom-sort-rule golang maps order orderedmap

Last synced: 14 Jan 2026

https://github.com/jfjlaros/ordered-map

ordered-map: Ordered map parser and writer.

arduino boards orderedmap yaml

Last synced: 01 Mar 2025

https://github.com/memory-overflow/go-orderedmap

an avl tree based orderedmap for golang

orderedmap

Last synced: 18 Jan 2026

https://github.com/kkqy/gokvpairs

KeyValuePairs is a type that can hold the order of keys of json in Golang. We can use it to preserve the order of keys of json.

golang keyvalue map ordered orderedmap package type

Last synced: 14 Dec 2025

https://github.com/mansi-k/adsa_assignment2

Implemented AVL tree as well as ordered and unordered hashmaps from scratch

avl-tree hashmap orderedmap scratch-implementation unordered-map

Last synced: 15 Apr 2025

https://github.com/montag451/go-ojson

Serialize and deserialize JSON values while preserving object keys order

deserialization go golang json marshalling ordered orderedmap serialization unmarshalling

Last synced: 16 Mar 2025

https://github.com/millerlogic/orderedmap

Go ordered map

collections map orderedmap

Last synced: 21 Jan 2026

https://github.com/lorenzosaino/go-orderedmap

Go implementation of an ordered map using generics

go golang orderedmap

Last synced: 28 Mar 2025

https://github.com/fgm/container

Type-safe implementations of OrderedMap, Queue, Set and Stack using Go generics

generics orderedmap queue set stack

Last synced: 19 Oct 2025

https://github.com/cornelk/orderedmap

A Golang Map that keeps track of the insert order of items.

go golang hashmap map orderedmap

Last synced: 27 Mar 2025