containers
Data structure library
A collection of container implementations in D, providing efficient data structures for various use cases.
Containers backed by std.experimental.allocator
111 stars
22 watching
39 forks
Language: D
last commit: about 1 year ago
Linked from 1 awesome list
arraycontainersddata-structuresdouble-linked-listfasthashmapsetsingle-linked-list
Related projects:
Repository | Description | Stars |
---|---|---|
dlang-community/sdlang-d | An SDLang implementation for the D programming language | 120 |
dlang-community/libdparse | A parser for D source code | 115 |
dlang-community/std_data_json | An implementation of JSON data format for the D programming language | 25 |
dlang-community/d-yaml | A YAML parser and emitter for the D programming language | 119 |
deepak-malik/data-structures-in-java | A collection of Java implementations of various data structures and algorithms used in computer science | 145 |
dlangscience/dstats | A statistical library for D that aims to balance ease of use, flexibility, and performance. | 26 |
dlang-community/setup-dlang | Automates setup of D programming language compiler and package manager on various platforms | 46 |
krukow/clj-ds | Provides data structures modified from Clojure to be usable outside of the language in a Java context | 219 |
dlangscience/scid | A collection of numerical routines and bindings for the D programming language. | 91 |
dlang-community/d-scanner | Analyzes D source code for syntax, style, and security issues | 242 |
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 47 |
ducasse/containers-grid | A data structure package providing an efficient grid data implementation | 3 |
dlang/visuald | Provides integration and tools for the D programming language in Visual Studio | 288 |
huntlabs/grpc-dlang | A D programming language implementation of the gRPC protocol using the hunt-http library. | 44 |
dlang-community/dfmt | A tool for formatting D source code according to specific styles and conventions. | 204 |