Pinned Repositories
example-webserver
Basic webserver handling HTTP and HTTPS clients. Built on Go Release 1. Demonstrates use of multiple http.ServeMux and a ReadCloser.
fencer
Execute the x86 memory fencing ops in Go. Implements lfence, mfence and sfence. Written in Go and Assembly.
gringo
High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)
jsonStreamer
Struct-less streaming of JSON, written in Go (golang.org)
microbit-random-melody
synthesist
timestampCounter
Time events at the same resolution as your CPU clock in Go. Uses x86 timestamp counter. Written in Go and Assembly.
xml2json
Transform a stream of XML into a stream of JSON, without requiring a schema or structs, written in Go (golang.org)
textnode's Repositories
textnode/gringo
High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)
textnode/xml2json
Transform a stream of XML into a stream of JSON, without requiring a schema or structs, written in Go (golang.org)
textnode/jsonStreamer
Struct-less streaming of JSON, written in Go (golang.org)
textnode/timestampCounter
Time events at the same resolution as your CPU clock in Go. Uses x86 timestamp counter. Written in Go and Assembly.
textnode/fencer
Execute the x86 memory fencing ops in Go. Implements lfence, mfence and sfence. Written in Go and Assembly.
textnode/example-webserver
Basic webserver handling HTTP and HTTPS clients. Built on Go Release 1. Demonstrates use of multiple http.ServeMux and a ReadCloser.
textnode/microbit-random-melody
textnode/synthesist