Displaying 1 to 8 from 8 results

Buckets-Swift - Swift Collection Data Structures Library

  •    Swift

Buckets is a complete, tested and documented collections library for swift.Carthage is a decentralized dependency manager that automates the process of adding frameworks to your application.




DataStructures - A collection of Data Structures implemented in Swift.

  •    Swift

A collection of data structures implemented in Swift. All collection types are implemented as structures with the exception of the LinkedList data structure. This means they are copied when they are assigned to a new constant or variable, or when they are passed to a function or method.

go-multimap - Go-Multimap is an implementation of the `multimap` data structure in Go.

  •    Go

This is the missing multimap collection for the Go language (also a simple practice in creating a proper library/package). A multimap (sometimes also multihash or multidict) is a generalization of a map or associative array abstract data type in which more than one value may be associated with and returned for a given key.

many-keys-map - A Map subclass with support for multiple keys for one entry.

  •    Javascript

A Map subclass with support for multiple keys for one entry. A ManyKeysMap object is identical to a regular Map, which the exception that it only supports a sequence of keys as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key.

multimap - A map in which more than one value may be stored under each key.

  •    Javascript

The multimap data structure is a map in which more than one value may be stored under each key. Distributed under the MIT license. See LICENSE for details.