Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchcafe/zapp
https://github.com/punchcafe/zapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/punchcafe/zapp
- Owner: punchcafe
- Created: 2022-03-16T00:05:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T22:33:18.000Z (over 2 years ago)
- Last Synced: 2024-10-27T23:38:38.595Z (3 months ago)
- Language: Elixir
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zapp
Zapp, a lightning fast application environment configuration library.
Zapplication.
I'll see my self out, thank you very much.## Performance
- Benchee tests against Application.fetch_env
- Benchee tests against atomic pattern matching v map lookup
## TODOs
- use `Process.register` for module name to enable independent horizontal scalability for individual modules. (consider levvying ETS as previously implemented, and catching Process.register failure for clients)
- `fetch_env!`, `fetch_env` and `get_env` formats
- Batching on put_env to avoid such slow times
- Doc examples
- Pass dialyzer
- Pass credo
- Pass coveralls
- Module.env() tests
- doc specs
- dialyzer
- final test audit