GithubHelp home page GithubHelp logo

cl4l's Introduction

cl4l

esoteric CL essentials

welcome

Welcome to cl4l. The project supports asdf and may be loaded by calling (ql:quickload "cl4l") once cl4l.asd is in the asdf search path. (cl4l-test:run-suite nil) runs all tests.

memoization

memoize.lisp implements general purpose memoization of arbitrary, potentially parameterized expressions.

iterators

iter.lisp implements an extensible iterator protocol on top of coroutines using conditions and restarts. They are currently around 10x slower than consing and reversing lists; while supporting infinite lists without freaking out; and side stepping call site confusion about who owns what.

fifo queues

fifo.lisp implements minimal fifo queues on top of lists.

tables

table.lisp implements hashed, optionally composite key/transacted tables with set operations, event hooks, index-/update and i/o support. Tables are roughly 20% faster than indexes, despite added book keeping for update support.

indexes

index.lisp implements ordered, optionally composite key/transacted/unique indexes with event hooks and i/o support that offer significantly (currently hovering above 10x) better performance for set operations than built-in set functionality.

semaphores

semaphore.lisp implements minimal semaphores on top of bordeaux-threads.

channels

chan.lisp implements optionally buffered channels on top of fifo queues and semaphores.

multi-threaded generators

tiger.lisp implements an extensible multi-threaded generator protocol on top of channels.

tests

test.lisp implements a test framework using tags to group and trigger tests dynamically.

license

MIT

ps

You are perfect, immortal spirit; whole and innocent.
All is forgiven and released.

peace, out

cl4l's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.