Skip to content

erikdubbelboer/erik-misc-code

Repository files navigation

lrucache

See: http://blog.dubbelboer.com/2012/12/04/lru-cache.html

gif.js

Nodejs module for a 1x1 gif.

getParameterByName

See: http://blog.dubbelboer.com/2012/12/21/getParameterByName-getCookieByName.html

getCookieByName

See: http://blog.dubbelboer.com/2012/12/21/getParameterByName-getCookieByName.html

serialize

See: http://dubbelboer.com/erik-misc-code/serialize/index.html

chaining-hash-table

A simple hashtable in C. It uses chaining for collisions and will automatically evict the oldest entry when out of space. All operations are constant in average case and linear in container size in worst case (because of the chain).

locks

Just some tests with different kinds of users space lock implementations. Work in progress.

lrucache-c

C macro based implementation of an LRU cached based on the BSD tree.h.

About

Miscellaneous code/experiments that by themselves aren't big enough for their own repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published