Skip to content

Commit 0fa2b2e

Browse files
committed
update readme
1 parent 592f92b commit 0fa2b2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# goDisruptor ![main status](https://github.com/chuchunf/goDisruptor/actions/workflows/go.yml/badge.svg) [![codecov](https://codecov.io/gh/chuchunf/goDisruptor/branch/main/graph/badge.svg?token=XlzJA6ixJx)](https://codecov.io/gh/chuchunf/goDisruptor)
22

3-
Another LMAX disruptor port in go 1.8 with generics support.
3+
Another LMAX disruptor port in go 1.25 with generics support.
4+
5+
TLDR: for benchmarking, performance analysis and conclusion, refer to [performance.md](performance.md)
46

57
## Description
68
LMAX disruptor is a High Performance Inter-Thread Messaging Library as an alternative to bounded queue, which makes use of padding to avoid memory false sharing, alignment of memory in stripe to be cache friendly etc.
@@ -10,8 +12,8 @@ This is a port in Go with generics support, NOTE, Go's approach to concurrency i
1012
## Getting started
1113

1214
### Prerequisites
13-
1. install latest go lang binary (1.18.3 and above)
14-
2. install latest vs code
15+
1. install latest go lang binary (1.25 and above)
16+
2. setup the project in IDE
1517

1618
### Running Testing
1719
running all unit testing cases

0 commit comments

Comments
 (0)