Giter VIP home page Giter VIP logo

andy yu's Projects

bytehelper icon bytehelper

用于根据一定的规则对切片进行读取,用于补充"encoding/binary"包对于读取数据的一些便之处

fastcache icon fastcache

Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead

file icon file

实现文件的常用操作,诸如COPY,按后缀查找文件等

gather icon gather

模拟浏览器进行数据采集

gjson icon gjson

Get JSON values quickly - JSON parser for Go

go icon go

The Go programming language

haserr icon haserr

对错误处理简单封装,以减少代码量

hashset icon hashset

在github.com/emirpasic/gods/sets/hashset基础上细化了基础数据类型,避免interface的转换操作

httpproxy icon httpproxy

HTTP内网穿透,包含服务端与客户端

iox icon iox

helps you read and seek data from io.ReadSeeker and write data to bytes.Buffer

jcgm-core icon jcgm-core

An open source Java implementation to interpret and render Computer Graphics Metafile (CGM) graphics files.

mysql icon mysql

仅对mysql标准库进行简单封装,摆脱笨重的诸如,XORM等ORM框架,适用于对于原生sql语法等极为熟悉的用户

newgoproject icon newgoproject

创建新项目时,可以通过复制该项目来创建,减少这种重复性的工作

nogcmap icon nogcmap

针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,支持增删改

nogcmapindex icon nogcmapindex

针对超大型map的优化,减少GC。把复杂的不利于GC的复杂map转化为基础类型的 map[uint64]int+外部二级索引切片的形式

nogcstaticmap icon nogcstaticmap

针对原生map的GC问题,做特殊优化,参考fastcache,bigcache等,并大幅精减,无HASH碰撞问题,本质为一个静态map,加载后不允许再修改

ratelimit icon ratelimit

用户访问频率控制ratelimit,不同于网关级限流(包括go.uber.org/ratelimit漏桶限流以及github.com/juju/ratelimit令牌桶限流),本限流方案为业务级限流,适用于平台运营中,精细化的按单个用户,按IP等限流,为业内rdeis滑动窗口限流方案的纯GO替代方案,并且支持持久化(可选),可定期把历史数据备份到本地磁盘,程序重启也可保留之前的访问记录

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.