static-dispatch
Dispatch library
A static dispatch library for Common Lisp that enables optimization by choosing methods at compile-time.
Static generic function dispatch for Common Lisp
80 stars
7 watching
1 forks
Language: Common Lisp
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alex-gutev/generic-cl | Provides a generic interface to standard Common Lisp functions for various operations like equality and sequence manipulation. | 143 |
joel-jeremy/deezpatch | A simple fast dispatch library designed to support the CQRS pattern in Java applications | 42 |
alex-gutev/agutil | A collection of Common Lisp utility functions and macros to simplify development | 4 |
aleclarson/dispatcher | An alternative to Grand Central Dispatch with new Swift classes for queues, timers, and task groups. | 107 |
alex-gutev/cl-environments | Provides a uniform API to access information about the programming environment in Common Lisp | 32 |
alexsniffin/gosd | A scheduling library for dispatching messages to channels with priority queuing capabilities | 24 |
kalimehtar/gls | A Racket-based library providing multiple dispatch with support for type and class predicates. | 17 |
merklefruit/huff-single-byte-dispatcher | An optimized function dispatcher for smart contracts using a single-byte selector and jump table | 11 |
digikar99/polymorphic-functions | A system for creating type-dispatching functions without classes, supporting optional and keyword arguments. | 51 |
jhen0409/redux-dispatch-cli | A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
dmitryvk/cl-gtk2 | A Common Lisp library that provides a native interface to the Gtk+ GUI toolkit | 36 |
staticallyio/statically | A service that optimizes and distributes files to improve web performance. | 585 |
abwilson/type_erasure_and_dispatch | An exploration of type erasure and dispatch in C to improve generic programming | 4 |
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |
stylewarning/quickutil | A utility library for Common Lisp that aims to provide a concise and efficient way of solving common problems | 87 |