All Projects → juebanlin → util4j

juebanlin / util4j

Licence: Apache-2.0 license
java 开发工具集,包含网络,并发逻辑处理,csp队列,热更新加载器

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to util4j

legacy-bottlerockets
Node.js high availability queue and scheduler for background job processing
Stars: ✭ 25 (-10.71%)
Mutual labels:  queue
gobroker
golang wrapper for all (to-be) kinds of message brokers
Stars: ✭ 15 (-46.43%)
Mutual labels:  queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-10.71%)
Mutual labels:  queue
plf queue
A C++ data container replicating std::queue functionality but with better performance.
Stars: ✭ 20 (-28.57%)
Mutual labels:  queue
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-35.71%)
Mutual labels:  queue
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-10.71%)
Mutual labels:  queue
fastlane
Fastlane is a redis and docker based queueing service.
Stars: ✭ 48 (+71.43%)
Mutual labels:  queue
queue-bundle
Symfony Queue Bundle
Stars: ✭ 31 (+10.71%)
Mutual labels:  queue
gostalkd
sjis.me
Stars: ✭ 18 (-35.71%)
Mutual labels:  queue
RabbitMQTools
PowerShell module containing cmdlets to manage RabbitMQ.
Stars: ✭ 27 (-3.57%)
Mutual labels:  queue
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (+110.71%)
Mutual labels:  queue
orange
基于beanstalkd实现多进程处理消息队列的框架
Stars: ✭ 19 (-32.14%)
Mutual labels:  queue
asynctimerqueue
Asynchronous timer queue mechanism(C++11)
Stars: ✭ 21 (-25%)
Mutual labels:  queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (+275%)
Mutual labels:  queue
filequeue
light weight, high performance, simple, reliable and persistent queue for Java applications
Stars: ✭ 35 (+25%)
Mutual labels:  queue
beanstalk
Asynchronous Beanstalk Client for PHP.
Stars: ✭ 62 (+121.43%)
Mutual labels:  queue
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+207.14%)
Mutual labels:  queue
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (-3.57%)
Mutual labels:  queue
GEngine
服务端游戏核心包(线程模型,配置读取,日志基层,数据存储,协议传输)
Stars: ✭ 77 (+175%)
Mutual labels:  gamecore
tasq
A simple task queue implementation to enqeue jobs on local or remote processes.
Stars: ✭ 83 (+196.43%)
Mutual labels:  queue

util4j

Version License JDK 1.8

简介

用于服务端开发的常用工具包,来源于平时游戏服务端开发所用到的公共组件,经过稳定的上线测试。

提供组件

  • netty网络客户端服务端
  • 缓存
  • CSP模型队列执行器(采用jctools实现高吞吐的任务处理)
  • 热更新框架
  • 字节操作工具
  • 加密解密

Maven

<dependency>
    <groupId>net.jueb</groupId>
    <artifactId>util4j</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

compile 'net.jueb:util4j-all:VERSION'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].