My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 28
C implementations of several scalable non-blocking data structures for x86 and x86-64. ---- ==Status== Overall the package is *pre-alpha*. It is still under development. * The skiplist is beta. There are no known bugs and it is feature complete. * The hashtable is alpha. It has not b...
An implementation of hash table in JavaScript. It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names). See the [http://www.timdown.co.uk/jshashtable/index.html jshashtable website] for more det...
See Saw is a key/value storage system which Javascript web applications can use to store & retrieve numeric values (integers or floats) in order to power other web applications. See Saw uses JSON (Javascript Object Notation) for communication with the browser. See Saw is written in Python and ...
「unhash」はC言語で書かれたハッシュテーブルのライブラリです。
Pointless is a data structure and a corresponding library, which can store JSON like data. Since the file is relocatable, it can be stored on disk, and mmap'd without any extra memory. If multiple processes use the same file, it only needs to be loaded once into memory. It grew out of the need...
This game uses the mouse listener class to detect mouse movement and repaint the position of the player on the screen. Each enemy spawns it's own thread that moves in pseudo-random manner across the screen. Every thread calls the function to repaint the screen after moving. Intersections are detec...
<a href="http://sites.google.com/site/clibutl/">http://sites.google.com/site/clibutl/_/rsrc/1232271477212/config/app/images/customLogo/customLogo.gif</a> Small collection of functions to ease C programming. Includes variable length strings, associative tables, pattern matching, logging functions ...
A high performance version of [http://java.sun.com/javase/6/docs/api/java/util/LinkedHashMap.html java.util.LinkedHashMap] for use as a software cache. ==Design== * A concurrent linked list runs through a [http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentHashMap.html Concurr...
=Introduction= I began writing what would become this library back in 2004. At the time, I was developing a semi-structured database called Spinneret, which was to be a sensical merging of the relational database concepts that I had utilized throughout my life and the native XML concept which I h...
The project hold some c source files to learn c language standard library, data structure, and algorithm. you can get it use command: svn checkout http://learnc.googlecode.com/svn/trunk/ learnc The code was not for production usage , just for learning the language,library,algorithm. The directo...
1 2 3 Next