Skip to content
View jurschreuder's full-sized avatar
💭
Working on OpenEye
💭
Working on OpenEye

Organizations

@EpicGames
Block or Report

Block or report jurschreuder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rplsh rplsh Public

    Random Projection Location Sensitive Hashing (LSH) in golang is a way to create a binary hash from a vector, with closer vectors having a higher chance of having the same hash.

    Go 4 1

  2. ffsdb ffsdb Public

    Super simple and fast golang DB for []float64 slices of fixed length.

    Go 2

  3. izhikevich izhikevich Public

    Demo implementation of an Izhikevich neuron

    C++ 1

  4. safe_queue safe_queue Public

    Blocking queue in C++ to process work in a thread

    C++