https://github.com/pharo-containers/Containers-OrderPreservingDictionary
An implementation of multiple dictionaries preserving the order of addition of elements.
https://github.com/pharo-containers/Containers-OrderPreservingDictionary
pharo
Last synced: about 1 year ago
JSON representation
An implementation of multiple dictionaries preserving the order of addition of elements.
- Host: GitHub
- URL: https://github.com/pharo-containers/Containers-OrderPreservingDictionary
- Owner: pharo-containers
- Created: 2019-02-24T11:51:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T16:24:43.000Z (over 5 years ago)
- Last Synced: 2024-05-21T00:02:18.830Z (about 2 years ago)
- Topics: pharo
- Language: Smalltalk
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pharo - OrderPreservingDictionary - Order preserving dictionary. (Data Structures)
README
# Containers-OrderPreservingDictionary
An implementation of multiple dictionaries preserving the order of addition of elements.


[](https://coveralls.io/github//Ducasse/Containers-OrderPreservingDictionary?branch=master)
[]()
## Loading
```
Metacello new
baseline: 'ContainersOrderPreservingDictionary';
repository: 'github://pharo-containers/Containers-OrderPreservingDictionary';
load.
```
## If you want to depend on it
```
spec
baseline: 'ContainersOrderPreservingDictionary'
with: [ spec repository: 'github://pharo-containers/Containers-OrderPreservingDictionary/src' ].
```
## History
I harvested the code from the old SmalltalkHub/PharoExtras repository. Interested archeologues can find relevant commit history there.
http://www.smalltalkhub.com/#!/~PharoExtras/OrderPreservingDictionary