Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharo-containers/Containers-HashTable
an hashtable from moose
https://github.com/pharo-containers/Containers-HashTable
datastructure pharo
Last synced: about 2 months ago
JSON representation
an hashtable from moose
- Host: GitHub
- URL: https://github.com/pharo-containers/Containers-HashTable
- Owner: pharo-containers
- Created: 2019-10-23T18:44:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T10:07:56.000Z (3 months ago)
- Last Synced: 2024-10-28T13:27:55.330Z (3 months ago)
- Topics: datastructure, pharo
- Language: Smalltalk
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pharo - Hastable
README
# Containers-HashTable
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)
![https://github.com/pharo-containers/Containers-HashTable/workflows/matrix/badge.svg](https://github.com/pharo-containers/Containers-HashTable/workflows/matrix/badge.svg)
![https://github.com/pharo-containers/Containers-HashTable/workflows/currentStablePharo/badge.svg](https://github.com/pharo-containers/Containers-HashTable/workflows/currentStablePharo/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/pharo-containers/Containers-HashTable/badge.svg?branch=master)](https://coveralls.io/github/pharo-containers/Containers-HashTable?branch=master)This package is part of the Containers project: This project is to collect, clean,
test and document alternate collection datastructures. Each package is modular so that users
can only load the collection they need without 100 of related collections.## Loading
```
Metacello new
baseline: 'ContainersHashTable';
repository: 'github://pharo-containers/Containers-HashTable/src';
load.
```## If you want to depend on it
```
spec
baseline: ''ContainersHashTable'
with: [ spec repository: 'github://pharo-containers/Containers-HashTable/src' ].
```----
The best way to predict the future is to do it!
Less talking more doing. [email protected]