Giter VIP home page Giter VIP logo

billing-queue's Introduction

billing-queue

一个基于文件的队列实现。

特性:

  • 支持持久化
  • 没有大小限制
  • 基于内存映射
  • 可以多个线程同时写同时读
  • 内部提供cache
  • 写性能:写队列只是在文件后面追加数据,非常快, 和纯内存队列不相上下
  • 读性能:读队列在cache命中的情况下直接从内存中获取数据不用读文件, cache不命中的情况下需读一次文件

目前ScalaBPE框架中本地队列/必达消息会使用此模块。

Change Log

1.1.2 每个value的长度允许超过65535,向下兼容
1.1.1 初始版本

billing-queue's People

Contributors

bruceran avatar

Stargazers

 avatar

Watchers

 avatar

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.