erlang_term
Term size calculator
An Erlang library providing in-memory size information for various term types without considering storage locations.
Erlang Term Info
33 stars
6 watching
5 forks
Language: Erlang
last commit: 9 months ago
Linked from 1 awesome list
data-structureserlangmemory-consumption
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
okeuday/trie | An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching | 132 |
okeuday/dynamic_compile | A tool for compiling and loading Erlang modules from string input to execute them as dynamic code | 1 |
okeuday/key2value | An Erlang module providing a 2-way map interface to handle identical values with different keys | 7 |
okeuday/keys1value | Provides an interface to Erlang data structures allowing for associative mapping of keys with lists and single values | 1 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
fogfish/datum | A set of functional programming abstractions and data structures for Erlang | 124 |
dmitriyvtitov/size | Calculates the memory consumption of an object at runtime in a programming language | 138 |
choptastic/qdate | A library that provides date and time management functionality, handling formatting, conversion, timezone management, and arithmetic operations. | 247 |
kvakvs/tx | An Erlang-based application that displays and visualizes terms in various formats from an Erlang shell in a web browser. | 80 |
janestreet/incremental | A library for building efficient incremental computations in OCaml | 876 |
erlang/otp | A runtime system and set of libraries designed to build highly available, real-time systems | 11,390 |
ericmj/decimal | A library for precise decimal arithmetic with support for context-dependent precision and rounding | 464 |
inaka/erlang_guidelines | A comprehensive set of guidelines for writing clean, maintainable, and efficient Erlang code | 623 |