Skip to content
View neomantra's full-sized avatar

Organizations

@openresty
Block or Report

Block or report neomantra

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. srv-plz srv-plz Public

    SRV record extractor with custom resolver

    Go 5

  2. tf tf Public

    Human-format timevals in the shell

    Go 2

  3. openresty/docker-openresty openresty/docker-openresty Public

    Docker tooling for OpenResty

    Dockerfile 922 518

  4. Notes on running Redis with HPC tech... Notes on running Redis with HPC techniques
    1
    # High Performance Redis
    2
    
                  
    3
    In response to [this brief blog entry](https://wjd.io/2019/03/08/redis-cpu-pinning/), [@antirez tweeted](https://twitter.com/antirez/status/1104075055879864320) for some documentation on high-performance techniques for Redis.  What I present here are general high-performance computing (HPC) techniques.  The examples are oriented to Redis. but they work well for any program designed to be single- or worker-threaded and asynchronous (e.g. uses epoll).
    4
    
                  
    5
    The motivation for using these techniques is to maximize performance of our system and services.  By isolating work, controlling memory, and other tuning, you can achieve significant reduction in latency and increase in throughput.
  5. ymdflag ymdflag Public

    YMDFlag implements a Golang flag.Value interface for YYYYMMDD-specified dates, facilitating CLI argument handling of dates like -start-date=20210101

    Go 3

  6. nomad-onload nomad-onload Public

    nomad-onload is Nomad Device Plugin for Onload kernel-bypass

    Go 3