branch: externals/pam commit 1eb72029e8b2dfaefbc73d3e9ace4f6adaf8d2d4 Author: owinebar <98240687+owine...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4b7aee0c6..11194cdb86 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # emacs-table-allocation-manager Provides an interface for managing the allocation of slots in a fixed size table in emacs lisp. + +The primary use-case is in managing non-memory resources. The implementation does not do any allocation +after the initialization of the table to avoid requiring a garabage collection while allocating or freeing +table slots. +