* Initial commit for the Chromatic binary search tree. Currently uses a readers-writers lock to synchronize access to the tree. * Basic tests for inserting, updating, retrieving and deleting elements (both single and multi threaded).