Pinned Repositories
benchmarks
Collection of benchmarks that caused problematic regressions in Go development
bent
Benchmark and test getter + runner
bikelight
Software for power/light management from a bicycle hub to lights and an optional USB charger.
compiler-centric-vector
gabt
gc-lsp-tools
Demo/experimental tools for playing with LSP logging output from Go's compiler, gc.
gossahash
Searches for the function that the SSA phase of the Go compiler is doing wrong.
mat
Playing with Go generics and matrices
solve_inlines
Runs modified Go compiler with randomized set of inline sites and uses that to derive best inline sites
dr2chase's Repositories
dr2chase/bent
Benchmark and test getter + runner
dr2chase/gc-lsp-tools
Demo/experimental tools for playing with LSP logging output from Go's compiler, gc.
dr2chase/gossahash
Searches for the function that the SSA phase of the Go compiler is doing wrong.
dr2chase/benchmarks
Collection of benchmarks that caused problematic regressions in Go development
dr2chase/compiler-centric-vector
dr2chase/mat
Playing with Go generics and matrices
dr2chase/gabt
dr2chase/apache_arrow
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
dr2chase/barcode
a barcode creation lib for golang
dr2chase/certtostore
Hardware Backed Keys and Certificate Store Management on Windows
dr2chase/chatcorr
A Go implementation of Chatterjee Correlation, also an exercise in Go generics
dr2chase/debug-server
A small tool that allows a process to ask a debugger to attach to it.
dr2chase/deepcopy
Deep copy things
dr2chase/DSWords-drc
Files with words in them for something my wife is working on
dr2chase/dwarf-goodness
Tool(s) for measuring the quality of the debugging information produced by the Go compiler
dr2chase/easyjson
Fast JSON serializer for golang.
dr2chase/embd
Embedded Programming Framework in Go
dr2chase/fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
dr2chase/fsnotify
Cross-platform file system notifications for Go.
dr2chase/gapstone
gapstone is a Go binding for the capstone disassembly library
dr2chase/gc-phase-times
A hack for processing gc SSA phase times reported during a run of "bent", to check for real-world compile-time problems.
dr2chase/go-bindata
A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
dr2chase/goldmark
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
dr2chase/gsync
A nerfed, few-options, not-networked, easy-to-install rsync clone
dr2chase/iter_test
Benchmarking and alternate implementations for function iterators and associated operations
dr2chase/nostmt
nostmt
dr2chase/optargorder
blah blah blah
dr2chase/reflect2
reflect api without runtime reflect.Value cost
dr2chase/split-dwarf
dr2chase/xiter
Experimental iterator implementation for Go compatible with checked-in GOEXPERIMENT=range