KalyanKumar-4 / Hashlib

A typical library on hash-tables built using bazel build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashlib

A hash-table library, which gives better optimization but not that particular fast. Working on it to make it run fast.....

Build

it is built using bazel mechanism

 bazel build //src/lib:slowhash

Tests

unit tests run also using bazel

  bazel test --test_output=all tests

About

A typical library on hash-tables built using bazel build system

License:MIT License


Languages

Language:C++ 100.0%