项目作者: pharo-containers

项目描述 :
an hashtable from moose
高级语言: Smalltalk
项目地址: git://github.com/pharo-containers/Containers-HashTable.git
创建时间: 2019-10-23T18:44:44Z
项目社区:https://github.com/pharo-containers/Containers-HashTable

开源协议:

下载


Containers-HashTable


Pharo

License
https://github.com/pharo-containers/Containers-HashTable/workflows/matrix/badge.svg
https://github.com/pharo-containers/Containers-HashTable/workflows/currentStablePharo/badge.svg
Coverage Status

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

  1. Metacello new
  2. baseline: 'ContainersHashTable';
  3. repository: 'github://pharo-containers/Containers-HashTable/src';
  4. load.

If you want to depend on it

  1. spec
  2. baseline: ''ContainersHashTable'
  3. with: [ spec repository: 'github://pharo-containers/Containers-HashTable/src' ].

The best way to predict the future is to do it!
Less talking more doing. stephane.ducasse@inria.fr