chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] chunk-vector


From: Richard
Subject: [Chicken-users] chunk-vector
Date: Sun, 5 Oct 2014 20:12:59 +0000

Hello all,

I have created a egg called 'chunk-vector' which is a dyn-vector-like
(http://wiki.call-cc.org/eggref/4/dyn-vector) library capable of
storing other srfi-4 vectors inside a dense array.

The stored vectors can be returned, changed and removed in O(1) time.

This is, among other things, very handy when working with modern
OpenGL.

If it is not considered too specialised to be an offical egg; could
somebody upload it for me? (else, don't worry about it)

source:
https://github.com/pluizer/chunk-vector
release info
https://raw.githubusercontent.com/pluizer/chunk-vector/v0.1/chunk-vector.release-info
documentation:
https://wiki.call-cc.org/eggref/4/chunk-vector

thanks,
Richard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]