Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Deque

Deque

7 projects

Showing 7 of 7 projects

gostl
gostlGo

A comprehensive data structures and algorithms library for Go, inspired by C++ STL with goroutine-safe implementations.

#goroutine-safe#bitmap#stl-inspired
Stars1.1k
Forks116
Last commit1 year ago
deque
dequeGo

A fast ring-buffer deque (double-ended queue) implementation in Go with O(1) operations and optimized memory performance.

#circular-buffer#queue#stack
Stars786
Forks67
Last commit2 months ago
C Macro Collections
C Macro CollectionsC

A header-only C library providing generic, type-safe data structures using macros for easy integration and modularity.

#c-library#memory-management#embedded-friendly
Stars601
Forks46
Last commit2 years ago
deque
dequeGo

A highly optimized double-ended queue for Go, significantly faster than container/list for adding/removing elements at both ends.

#vector#array#queue
Stars205
Forks7
Last commit3 years ago
quetie
quetieTypeScript

A tiny, fast, tree-shakeable queue and deque implementation for JavaScript.

#queue#stack#double-ended-queue
Stars114
Forks2
Last commit1 year ago
deheap
deheapGo

A generic double-ended heap (min-max heap) for Go providing O(1) access to both minimum and maximum elements.

#double-ended-queue#min-max-heap#go-library
Stars18
Forks2
Last commit5 months ago
dlist
dlistElixir

Two Elixir deque implementations: a two-list Deque and a mutable DoublyLinkedList using gen_server.

#functional-programming#elixir#data-structures
Stars5
Forks0
Last commit11 years ago

Related Tags

#Data Structures7#Queue5#Double Ended Queue4#Stack4#Performance4#Golang3#List3#Go Library3
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub