Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idkosilov authored Feb 3, 2025
1 parent 4ed64c4 commit dac4d51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ the time for a complete `put`+`get` operation cycle (1000 iterations).

![benchmarks](https://raw.githubusercontent.com/idkosilov/ZeroQ/refs/heads/main/benchmark_plot.png)

### Observations
### Performance Comparison

zeroq significantly accelerates interprocess communication,
delivering up to 50× faster data transfer compared to `multiprocessing.Queue`.
This performance gain is achieved through shared memory and lock-free
zeroq demonstrates up to 90x faster performance compared to multiprocessing.Queue,
especially for small payload sizes. This performance gain is achieved through shared memory and lock-free
synchronization, eliminating the overhead of serialization and dynamic memory
allocation.

Expand Down

0 comments on commit dac4d51

Please sign in to comment.