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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to