Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altenwald/memhash
Memory Hashing Handling for Erlang/OTP
https://github.com/altenwald/memhash
array-manipulations erlang references
Last synced: about 1 month ago
JSON representation
Memory Hashing Handling for Erlang/OTP
- Host: GitHub
- URL: https://github.com/altenwald/memhash
- Owner: altenwald
- License: lgpl-2.1
- Created: 2017-11-11T03:29:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T21:52:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T08:02:43.959Z (3 months ago)
- Topics: array-manipulations, erlang, references
- Language: Erlang
- Homepage:
- Size: 761 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# memhash #
Copyright (c) 2017-2018 Altenwald Solutions, S.L.
__Authors:__ "Manuel Rubio" ([`[email protected]`](mailto:[email protected])).
[![Build Status](https://img.shields.io/travis/altenwald/memhash/master.svg)](https://travis-ci.org/altenwald/memhash)
[![Codecov](https://codecov.io/gh/altenwald/memhash/branch/master/graph/badge.svg)](https://codecov.io/gh/altenwald/memhash)
[![License: LGPL 2.1](https://img.shields.io/github/license/altenwald/memhash.svg)](https://raw.githubusercontent.com/altenwald/memhash/master/COPYING)
[![Hex](https://img.shields.io/hexpm/v/memhash.svg)](https://hex.pm/packages/memhash)This project helps handling the memory for other implementations that requires some properties like a heterogeneous array with the use of references and keep all of them clean.
### Requirements ###
ePHP requires to be run over an Erlang/OTP 17+, but not all the versions are full compatible or recommended. See the list:
| Erlang Version | Support | Notes |
|:---|:---:|:---|
| 20.1 | :heavy_check_mark: | Recommended if you use OTP 20 |
| 20.0 | :heavy_check_mark: | |
| 19.3 | :heavy_check_mark: | Recommended if you use OTP 19 |
| 19.2 | :heavy_check_mark: | |
| 19.1 | :heavy_check_mark: | |
| 19.0 | :heavy_check_mark: | |
| 18.3 | :heavy_check_mark: | Recommended if you use OTP 18 |
| 18.2.1 | :heavy_check_mark: | |
| 18.2 | :heavy_check_mark: | |
| 18.1 | :heavy_check_mark: | |
| 18.0 | :heavy_check_mark: | |
| 17.5 | :heavy_check_mark: | Recommended if you use OTP 17 |
| 17.4 | :heavy_check_mark: | |
| 17.3 | :x: | fail in SSL |
| 17.1 | :heavy_check_mark: | |
| 17.0 | :heavy_check_mark: | |### Installation ###
A simple way to use, is include in your project `rebar.config` the following dependency line:
```erlang
{memhash, {git, "git://github.com/altenwald/memhash.git", master}}
```## Modules ##