google / Hashtable Benchmarks
Licence: apache-2.0
Stars: ✭ 71
Labels
Projects that are alternatives of or similar to Hashtable Benchmarks
Disease Prediction From Symptoms
Disease Prediction based on Symptoms.
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Tribe
Tribe extracts a network from an email mbox and writes it to a graphml file for visualization and analysis.
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Invertinggan
Invert a pre-trained GAN model (includes code for training a GAN on celebA)
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
2014 06 Bikeshare Gender Maps
Data and code for BuzzFeed's bikeshare gender maps.
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Feature Engineering Book
『機械学習のための特徴量エンジニアリング』のサンプルコード集
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Mastering Quantum Computing With Ibm Qx
Mastering Quantum Computing with IBM QX, published by Packt
Stars: ✭ 71 (+0%)
Mutual labels: jupyter-notebook
Tensorflow Deepq
A deep Q learning demonstration using Google Tensorflow
Stars: ✭ 1,167 (+1543.66%)
Mutual labels: jupyter-notebook
Bert Bilstm Crf Pytorch
bert-bilstm-crf implemented in pytorch for named entity recognition.
Stars: ✭ 71 (+0%)
Mutual labels: jupyter-notebook
Tensorrt Demo
TensorRT and TensorFlow demo/example (python, jupyter notebook)
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Nccu Jupyter Math
這是政治大學應用數學系《數學軟體應用》課程的上課筆記。主要介紹 Python 程式語言, 目標是用 Python 做數據分析。
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Bioinformatics Coffee Hour
Short lessons from FAS Informatics coffee hour
Stars: ✭ 71 (+0%)
Mutual labels: jupyter-notebook
Group Level Emotion Recognition
Model submitted for the ICMI 2018 EmotiW Group-Level Emotion Recognition Challenge
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Flowcytometrytools
A python package for visualization and analysis of high-throughput flow cytometry data
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Fitbit Analyzer
An experiment to extract meaningful insights from fitbit data
Stars: ✭ 71 (+0%)
Mutual labels: jupyter-notebook
Finance playground
Juypter notebooks playground to explore and analyse economy and finance ideas
Stars: ✭ 70 (-1.41%)
Mutual labels: jupyter-notebook
Sqlworkshops Sql2019workshop
SQL Server 2019 Workshop
Stars: ✭ 71 (+0%)
Mutual labels: jupyter-notebook
Hashtable Benchmarks
Benchmarks for comparing hashtable implementations.
- Build:
bazel build --cxxopt='-std=c++14' :hashtable_benchmarks
Note that -c opt is the default.
- Run:
./bazel-bin/hashtable_benchmarks --benchmark_format=json > benchmark-results.json
- Analyze:
You can use http://colab.research.google.com along with hashtable_benchmarks.ipynb to parse the generated benchmark-results.json.
- Contribute:
We would like this to turn into the place for comparing hashtables in C++. We will accept external dependencies on other hashtable libraries (assuming they have a compatible licence). We encourage folks to improve and modify both the analysis and the benchmarks themselves as we learn things. Please join the dicussion at
https://groups.google.com/forum/#!forum/hashtable-benchmarks
Disclaimer
This is not an officially supported Google product.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].
