-
-
Notifications
You must be signed in to change notification settings - Fork 0
Provides efficient O(1) jumptables on supported Common Lisp implementations and falls back to O(log(n)) on others.
License
Hexstream/trivial-jumptables
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project's home: https://www.hexstreamsoft.com/libraries/trivial-jumptables/ trivial-jumptables provides efficient O(1) jump tables on supported Common Lisp implementations and falls back to O(log(n)) on others. Important optimizations are performed even on unsupported implementations, notably "vectorization" which allows O(1) dispatch if all cases are constant. This library is in the Public Domain. See the UNLICENSE file for details.
About
Provides efficient O(1) jumptables on supported Common Lisp implementations and falls back to O(log(n)) on others.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published