stash
Cache wrapper
A small Elixir library providing a user-friendly interface to Erlang's ETs caching system
A small and user-friendly ETS wrapper for caching in Elixir
52 stars
4 watching
9 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
cacheetspersistence
Related projects:
Repository | Description | Stars |
---|---|---|
whitfin/cachex | A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,601 |
meh/exts | A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 8 |
whitfin/siphash-elixir | An implementation of the SipHash cryptographic hash family for Elixir | 19 |
whitfin/hypex | A fast algorithm for counting unique values in Elixir/Erlang applications | 21 |
whitfin/tiny | A lightweight JSON parser written in Elixir | 47 |
whitfin/jumper | A consistent hash implementation in Elixir | 12 |
sasa1977/con_cache | An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. | 910 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
whitfin/dot-notes-elixir | An Elixir port of dot-notes to work with Maps/Lists | 8 |
takscape/elixir-array | An Elixir wrapper around Erlang's array data structure | 34 |
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
cabol/kvx | A simple in-memory Key/Value Store with basic operations and configuration options | 101 |
whitfin/vessel | A MapReduce framework with Hadoop Streaming integration for Elixir. | 23 |
meh/elixir-socket | A Elixir library that provides a socket wrapping solution for various protocols including TCP, UDP, Sctp and WebSockets with SSL support. | 691 |
pinterest/riffed | Provides idiomatic Elixir bindings for Apache Thrift to alleviate its compatibility issues with the Elixir programming language. | 307 |