Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 708 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 708 Bytes

This repository includes various Go benchmarks of data structures and services split into sub directories. Please feel free to contribute your own. This repo is meant to be a collection for the community to work on together.

Prerequisites

macOS

brew install r

Ubuntu

sudo apt install curl libcurl4-openssl-dev libxml2-dev r-base

Dependencies

make deps

Benchmarks

Hashing algorithms

make hashing

Json

make json

Queue data structures

make queues