Containers-RunArray

Repeatable collection

A Smalltalk class optimized for storing sequences of repeating values

A runarray is a collection optimized for sequence of repeating values.

GitHub

1 stars
6 watching
0 forks
Language: Smalltalk
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pharo-containers/containers-hashtable An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. 1
pharo-containers/containers-stack A simple implementation of a stack data structure 0
pharo-containers/containers-trie An implementation of a data structure for efficiently storing and retrieving sets of strings 3
pharo-containers/avl A Smalltalk implementation of an AVL tree data structure 4
pharo-containers/btree An implementation of a BTree data structure for use in Smalltalk programming 0
pharo-containers/containers-orderpreservingdictionary An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. 0
bouraqadi/pharomisc A collection of reusable Smalltalk libraries and tools for Pharo 15
pharo-containers/containers-orderedset A data structure providing ordered unique elements with a complete API of Set and OrderedCollection 4
pharo-containers/containers-keyedtree An implementation of a data structure used to store hierarchical data in Smalltalk. 0
pharo-ai/datasets A Smalltalk library for loading and managing datasets as data frames. 9
pharo-vcs/tonel A file-per-class format for monticello repositories in Smalltalk. 32
bouraqadi/pharojs Enables Pharo Smalltalk development with JavaScript runtime 0
ba-st/docker-pharo-runtime A Docker image for Pharo, allowing developers to run the Pharo runtime environment in a container. 5
pharo-ai/data-partitioners A Pharo library that enables partitioning of collections into training, validation, and test sets for machine learning and statistical analysis. 6
rko281/restoreforpharo A framework enabling Smalltalk objects to be stored in and read from relational databases. 32