efficient/libcuckoo-sourcery

Name: libcuckoo-sourcery

Owner: Efficient Computing at Carnegie Mellon

Description: Historical reference of an in-progress version of libcuckoo (not used or maintained)

Created: 2015-09-11 12:53:51.0

Updated: 2018-01-29 19:39:18.0

Pushed: 2015-09-11 13:07:25.0

Homepage:

Size: 7748

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

libcuckoo-sourcery

libcuckoo provides a high-performance, compact hash table that allows multiple concurrent reader and writer threads.

This repository is purely for reference purposes. It is a direct import of libcuckoo-dev from sourcery/indefero, primarily to make the code from our EuroSys 2014 paper available (e.g., the bfs branches). Please do not commit any changes to this repository.

For the up-to-date C++ implementation of cuckoo hashing, look at the libcuckoo repository.

Licence

Copyright © 2013, Carnegie Mellon University and Intel Corporation

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


CityHash (lib/city.h, lib/city.cc) is Copyright (c) Google, Inc. and has its own license, as detailed in the source files.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.