Containers-Grid

Grid data structure

A data structure implementation for efficient grid organization of items

A grid data structure

GitHub

3 stars
3 watching
1 forks
Language: Smalltalk
last commit: over 2 years ago
Linked from 1 awesome list

collectionspharo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ducasse/containers-orderedmultimap A data structure collection implementation with ordered multi-map features 0
ducasse/containers-skiplist An implementation of Pugh's Skip List data structure in Smalltalk. 1
ducasse/cdb A Smalltalk implementation of a database that stores data in memory 0
ducasse/quadtree An implementation of Region Trees for efficient spatial partitioning and data storage 2
pharo-containers/containers-stack A simple implementation of a stack data structure 0
pharo-containers/containers-hashtable An implementation of a hash table data structure in Pharo Smalltalk 1
polymathorg/dataframe A Smalltalk-based implementation of tabular data structures for data analysis 74
pharo-containers/containers-trie A Smalltalk implementation of a trie data structure used in searching and indexing 3
dlang-community/containers A collection of container implementations in D, providing efficient data structures for various use cases. 111
pharo-ai/datasets A Smalltalk library for loading and managing datasets as data frames. 9
pharo-containers/btree An implementation of a BTree data structure for use in Smalltalk programming 0
pharo-containers/avl A Smalltalk implementation of an AVL tree data structure 4
jvdsandt/protobuf-smalltalk A Smalltalk library for serializing and deserializing structured data using a protocol buffer format 13
pharo-containers/containers-keyedtree An implementation of a data structure used to store hierarchical data in Smalltalk. 0
j4mie/micromodels A library that provides declarative dictionary-based model classes for building and serializing data structures in Python. 103