COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210826120446/https://github.com/topics/persistent-data-structure
#
persistent-data-structure
Here are
84 public repositories
matching this topic...
Functional programming in Java
Updated
Aug 18, 2021
Java
Rust Persistent Data Structures
Updated
Aug 25, 2021
Rust
Extended Memory Semantics - Persistent shared object memory and parallelism for Node.js and Python
Updated
Aug 7, 2020
JavaScript
The Capsule Hash Trie Collections Library
Updated
Jun 15, 2021
Java
The skiplist based persistent key/value storage engine
Thread-safe, persistent, immutable collections for the Crystal language
Updated
Jun 4, 2021
Crystal
RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)
The world's first wait-free Software Transactional Memory
Statically-typed structural-sharing tree modifier
Updated
Aug 10, 2021
TypeScript
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
A super-fast, compact, JSON-equivalent binary data format
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. This repository is the basis for most platform libraries and provides basic functionality such as data-structures, math and much more.
Scalable Hashing on Persistent Memory
A small, straightforward library bringing the benefits of functional programming to Java 11
Updated
Aug 21, 2020
Java
An implementation of HAMT data-structure in Swift
Updated
Oct 4, 2019
Swift
Swift persistent vectors à la Clojure
Updated
Apr 19, 2020
Swift
Efficient Immutable/Persistent Collections for Java
Updated
Jul 11, 2021
Java
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
Updated
Sep 29, 2019
JavaScript
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Low-latency in-memory key-value store, used as a database or cache
Updated
Aug 24, 2021
Java
Persistent data structure in Go
Purely functional data structures in Java
Updated
May 14, 2021
Java
A collection of persistent immutable trees.
Updated
Mar 12, 2017
Swift
Performant copy-on-write collections on the jvm
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
Updated
Apr 25, 2020
Pascal
Updated
Jul 28, 2021
Java
Immutable data structures for go
Updated
Aug 26, 2021
TypeScript
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
Updated
Feb 14, 2021
Java
Improve this page
Add a description, image, and links to the
persistent-data-structure
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
persistent-data-structure
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
alloc/free are big performance killers in the persistent tree. it could be very beneficial to use a object pool in the implementation, at least as an option.