A timed map javascript data structure ideal for app level caching and memoization.
An es6-map-like utility class with time based functions and support
Like a regular JS `Map`, but with the ability to execute callbacks at the specified time.
Some useful primitives
A lightweight, powerful correlation ID tracking and context store written for Node.js that automatically propagates context through async operations using Node's `async_hooks`. Perfect for distributed tracing, request tracking, and logging correlation in
auto-bst - Self balancing binary search tree.
The timed map represents one collection of iterable itens that the basic idea is to map a value to a unique key in such a way that you can retrieve that value at any point in time by using the key and gathering one timer for preserve and manipulate the co
A hash map with expiring key-value pairs.
Lightweight map implementation that supports expiring entries and fully compatible with both std and no_std environments.