Skip to content

pharo-containers/Containers-SmallOrderedSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers-SmallOrderedSet

Pharo

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

A simple implementation

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: 'ContainersSmallOrderedSet';
  repository: 'github://pharo-containers/Containers-SmallOrderedSet/src';
  load.

If you want to depend on it

  spec 
    baseline: 'ContainersSmallOrderedSet' 
    with: [ spec repository: 'github://pharo-containers/Containers-SmallOrderedSet/src' ].

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

About

A small ordered set implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published