Pinned Repositories
ArgOverwritten
A go analyzer that finds function arguments being overwritten
awesome-golang-workshops
A curated list of awesome golang workshops.
btree
B-tree implementation for Go
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
Building-a-NoSQL-database-from-zero
A Github repo for Building a NoSQL database from zero
C-double-hashing-hash-table
C implementation of hash table using the double hashing algorithm
Chronos
Chronos - A static race detector for the go language
go-uniq
Go implementation of Darwin's uniq
GopherCon2021IsraelStaticAnalysisWorkshop
LibraDB
LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
amit-davidson's Repositories
amit-davidson/awesome-golang-workshops
A curated list of awesome golang workshops.
amit-davidson/Chronos
Chronos - A static race detector for the go language
amit-davidson/btree
B-tree implementation for Go
amit-davidson/LibraDB
LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.
amit-davidson/Building-a-NoSQL-database-from-zero
A Github repo for Building a NoSQL database from zero
amit-davidson/GopherCon2021IsraelStaticAnalysisWorkshop
amit-davidson/ArgOverwritten
A go analyzer that finds function arguments being overwritten
amit-davidson/go-uniq
Go implementation of Darwin's uniq
amit-davidson/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
amit-davidson/C-double-hashing-hash-table
C implementation of hash table using the double hashing algorithm
amit-davidson/awesome-go
A curated list of awesome Go frameworks, libraries and software
amit-davidson/awesome-go-linters
A curated list of awesome Go linters. More than 60 linters and tools!
amit-davidson/bloomfilter
Bloom filter implementation in python based on the MurmurHash3 hash function
amit-davidson/goclose
goclose finds places with a missing call to Close()
amit-davidson/IML.HUJI
GitHub repository of the Introduction to Machine Learning course in the Hebrew University of Jerusalem. Includes code examples, labs, and exercise templates