Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmax-exchange/disruptor
High Performance Inter-Thread Messaging Library
https://github.com/lmax-exchange/disruptor
concurrency disruptor java
Last synced: 11 days ago
JSON representation
High Performance Inter-Thread Messaging Library
- Host: GitHub
- URL: https://github.com/lmax-exchange/disruptor
- Owner: LMAX-Exchange
- License: apache-2.0
- Created: 2012-09-21T13:42:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T23:42:42.000Z (10 months ago)
- Last Synced: 2024-05-19T03:16:16.377Z (6 months ago)
- Topics: concurrency, disruptor, java
- Language: Java
- Homepage: http://lmax-exchange.github.io/disruptor/
- Size: 9.4 MB
- Stars: 17,063
- Watchers: 1,244
- Forks: 3,882
- Open Issues: 13
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
Awesome Lists containing this project
README
= LMAX Disruptor
image:https://github.com/LMAX-Exchange/disruptor/workflows/Java%20CI%20with%20Gradle/badge.svg[Java CI with Gradle,link=https://github.com/LMAX-Exchange/disruptor/actions/workflows/gradle-build.yml]
image:https://github.com/LMAX-Exchange/disruptor/workflows/CodeQL/badge.svg[CodeQL,link=https://github.com/LMAX-Exchange/disruptor/actions/workflows/codeql-analysis.yml]
image:https://img.shields.io/github/license/LMAX-Exchange/disruptor[License,link=https://github.com/LMAX-Exchange/disruptor/blob/master/LICENCE.txt]A High Performance Inter-Thread Messaging Library
== Maintainer
LMAX Development Team
== Support
- Open a ticket in GitHub https://github.com/LMAX-Exchange/disruptor/issues[issue tracker]
- https://groups.google.com/group/lmax-disruptor[Google Group]== Documentation
* https://lmax-exchange.github.io/disruptor/[Overview]
* https://lmax-exchange.github.io/disruptor/user-guide/index.html[User Guide]
* https://lmax-exchange.github.io/disruptor/javadoc/com.lmax.disruptor/module-summary.html[API Documentation]
* https://lmax-exchange.github.io/disruptor/developer-guide/index.html[Developer Guide]
* https://github.com/LMAX-Exchange/disruptor/wiki/Frequently-Asked-Questions[FAQ]