deque topic

List deque repositories

deque.zig

16
Stars
1
Forks
Watchers

a lock free chase-lev deque for zig

C-Macro-Collections

494
Stars
37
Forks
Watchers

Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C

data.deque

74
Stars
2
Forks
Watchers

Persistent Deque for Clojure(Script)

js-sdsl

736
Stars
61
Forks
Watchers

A javascript standard data structure library which benchmark against C++ STL.

go-queue

126
Stars
21
Forks
Watchers

Queue data structure for Go.

deque

548
Stars
56
Forks
Watchers

Fast ring-buffer deque (double-ended queue)

extra-collections

44
Stars
9
Forks
Watchers

extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.

swift-collections

3.6k
Stars
272
Forks
142
Watchers

Commonly used data structures for Swift

javascript-datastructures-algorithms

4.5k
Stars
1.2k
Forks
Watchers

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

gostl

995
Stars
112
Forks
Watchers

Data structure and algorithm library for go, designed to provide functions similar to C++ STL