StaticvecImplements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
LibdictC library of key-value data structures.
Php Pdo Mysql ClassA PHP MySQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using "WHERE IN" statement.
PydesignpatternDesign Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
RollingComputationally efficient rolling window iterators for Python (including sum, min/max, median and more...)
Designpatterns🔑Elements of Reusable Object-Oriented Software🔓is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
Rubico[a]synchronous functional programming
Gkvdb[mirror] Go语言开发的基于DRH(Deep-Re-Hash)深度哈希分区算法的高性能高可用Key-Value嵌入式事务数据库。基于纯Go语言实现,具有优异的跨平台性,良好的高可用及文件IO复用设计,高效的底层数据库文件操作性能,支持原子操作、批量操作、事务操作、多表操作、多表事务、随机遍历等特性。
GodsGoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Easyiterator🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
Imlazy😴 Functional programming with lazy immutable iterables
FinderThe Finder component finds files and directories via an intuitive fluent interface.
ScandirBetter directory iterator and faster os.walk(), now in the Python 3.5 stdlib
TstlTypeScript-STL (Standard Template Library, migrated from C++)
Tbox🎁 A glib-like multi-platform c library
CollectionA (memory) friendly, easy, lazy and modular collection class.
Range V3Range library for C++14/17/20, basis for C++20's std::ranges
Kind OfGet the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
cron-scheduleA zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
asynckitMinimal async jobs utility library, with streams support
genSimple, efficient iterators for OCaml
iterumHandling iterables like lazy arrays.
iterativeFunctions for working with iterators in JavaScript and TypeScript
patternsGood practices to create code in Java, open to other languages. ⚡
IteratorsA collection of useful iterators for Haxe
dequeJavaScript implementation of a double-ended queue
staticstepProvides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.
ctlMy variant of the C Template Library
AsyncIteratorAn asynchronous iterator library for advanced object pipelines in JavaScript