Skip to content
View textnode's full-sized avatar

Block or report textnode

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 250 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

Popular repositories Loading

  1. gringo gringo Public

    High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)

    Go 134 16

  2. xml2json xml2json Public

    Transform a stream of XML into a stream of JSON, without requiring a schema or structs, written in Go (golang.org)

    Go 11 7

  3. jsonStreamer jsonStreamer Public

    Struct-less streaming of JSON, written in Go (golang.org)

    Go 5 3

  4. timestampCounter timestampCounter Public

    Time events at the same resolution as your CPU clock in Go. Uses x86 timestamp counter. Written in Go and Assembly.

    Go 2

  5. fencer fencer Public

    Execute the x86 memory fencing ops in Go. Implements lfence, mfence and sfence. Written in Go and Assembly.

    Assembly 1 1

  6. example-webserver example-webserver Public

    Basic webserver handling HTTP and HTTPS clients. Built on Go Release 1. Demonstrates use of multiple http.ServeMux and a ReadCloser.

    Go