Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edisonywh/jiffy_memory
Debug repo for alleged memory leak when encoding binary
https://github.com/edisonywh/jiffy_memory
Last synced: 26 days ago
JSON representation
Debug repo for alleged memory leak when encoding binary
- Host: GitHub
- URL: https://github.com/edisonywh/jiffy_memory
- Owner: edisonywh
- Created: 2020-02-27T10:19:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T10:33:08.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T23:25:55.827Z (almost 2 years ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JiffyMemory
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `jiffy_memory` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:jiffy_memory, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/jiffy_memory](https://hexdocs.pm/jiffy_memory).