···9090}
9191```
92929393+9494+## How it works
9595+9696+Once v1.0 is reached, `glimit` will use a distributed Token Bucket algorithm to rate limit requests. It will support multiple backend storage systems, such as Redis and in-memory storage.
9797+9898+However, at the moment, `glimit` uses a simple Sliding Window algorithm with in-memory storage. This means that the rate limiter is not memory efficient and is not ready for production use.
9999+100100+101101+## Documentation
102102+93103Further documentation can be found at <https://hexdocs.pm/glimit>.
104104+105105+106106+## Contributing
107107+108108+Contributions like PR's, bug reports or suggestions are more than welcome! โฅ๏ธ