Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mgeier/rtrb issues and pull requests

#127 - performance comparison: remove "magnetic"

Pull Request - State: closed - Opened by mgeier 4 months ago

#126 - Release 0.3.1

Pull Request - State: closed - Opened by mgeier 4 months ago

#125 - Update is_abandoned() test

Pull Request - State: closed - Opened by mgeier 4 months ago

#124 - Add fence to is_abandoned() docs

Pull Request - State: closed - Opened by mgeier 4 months ago

#123 - Add performance comparison between crates

Pull Request - State: closed - Opened by mgeier 5 months ago

#122 - DOC: Add a note about the changed behavior in is_abandoned()

Pull Request - State: closed - Opened by mgeier 5 months ago - 1 comment

#121 - Two threads bench update

Pull Request - State: closed - Opened by mgeier 5 months ago

#120 - CI: Remove .travis.yml

Pull Request - State: closed - Opened by mgeier 5 months ago

#119 - two threads benchmark: split into 2 groups (small/large)

Pull Request - State: closed - Opened by mgeier 5 months ago

#118 - Update benchmarks

Pull Request - State: closed - Opened by mgeier 5 months ago

#117 - Implement core Error instead of std

Pull Request - State: open - Opened by mgeier 6 months ago - 1 comment

#116 - Embrace unsafe_op_in_unsafe_fn

Pull Request - State: closed - Opened by mgeier 6 months ago

#115 - Use CachePadded from crossbeam submodule

Pull Request - State: closed - Opened by mgeier 6 months ago - 1 comment

#114 - is_abandoned() is broken since Rust 1.74.0

Issue - State: open - Opened by mgeier 6 months ago - 1 comment

#113 - Why does `ReadChunk.as_slices()` return two slices?

Issue - State: open - Opened by gaelanmcmillan 7 months ago - 2 comments

#112 - DOC: change link from fixed-queue to ach-spsc

Pull Request - State: closed - Opened by mgeier 10 months ago

#111 - Benches: call spin_loop() in two-threads/small

Pull Request - State: closed - Opened by mgeier 10 months ago - 1 comment

#110 - DOC: add instructions for "cargo flamegraph"

Pull Request - State: closed - Opened by mgeier 10 months ago

#109 - benchmarks: set codegen-units=1

Pull Request - State: closed - Opened by mgeier 10 months ago

#108 - Remove a few somewhat redundant benchmarks

Pull Request - State: closed - Opened by mgeier 10 months ago

#107 - DOC: add a link to issue about performance comparisons

Pull Request - State: closed - Opened by mgeier 10 months ago

#106 - Add "inline" annotation to ReadChunkIntoIter

Pull Request - State: closed - Opened by mgeier 11 months ago

#105 - Update "chunk" benchmark

Pull Request - State: closed - Opened by mgeier 11 months ago

#104 - Draft: Add force_push(..) to Producer

Pull Request - State: closed - Opened by obsoleszenz over 1 year ago - 3 comments

#103 - CI: install cargo-nono with --locked

Pull Request - State: closed - Opened by mgeier over 1 year ago

#102 - Limit cache-padded to 1.2.*

Pull Request - State: closed - Opened by mgeier over 1 year ago - 1 comment

#100 - add as_mut_slices to ReadChunk

Pull Request - State: closed - Opened by raftario over 1 year ago - 3 comments

#99 - as_mut_slices for ReadChunk

Issue - State: closed - Opened by raftario over 1 year ago - 2 comments

#98 - Blocking while popping

Issue - State: open - Opened by rocket-matt over 1 year ago - 2 comments

#97 - Add an API for Consumer to read all slots?

Issue - State: open - Opened by eval-exec almost 2 years ago - 12 comments

#96 - CI: Upgrade Github actions

Pull Request - State: closed - Opened by mgeier almost 2 years ago

#95 - Add explicit lifetime to copy_to_uninit()

Pull Request - State: closed - Opened by mgeier almost 2 years ago

#94 - DOC: update list of alternatives

Pull Request - State: closed - Opened by mgeier almost 2 years ago

#93 - Avoid dropping elements on consume (idea)

Issue - State: closed - Opened by erenon about 2 years ago - 5 comments

#92 - Efficiently Clearing the Buffer via Consumer

Issue - State: closed - Opened by RobDavenport about 2 years ago - 2 comments

#91 - Add ability to query fullness

Issue - State: closed - Opened by kiranshila about 2 years ago - 2 comments

#90 - TST: enable Miri for more tests

Pull Request - State: closed - Opened by mgeier about 2 years ago

#89 - Upgrade "rand" dependency to 0.8

Pull Request - State: closed - Opened by mgeier over 2 years ago

#88 - Use uppercase for "SAFETY" comments

Pull Request - State: closed - Opened by mgeier over 2 years ago

#87 - Add test for data race when using is_abandoned()

Pull Request - State: closed - Opened by mgeier over 2 years ago

#86 - DOC: update links to alternative crates

Pull Request - State: closed - Opened by mgeier over 2 years ago

#85 - more elegant way to conditionally pop

Issue - State: open - Opened by Be-ing over 2 years ago - 2 comments

#84 - CI: Run ThreadSanitizer

Pull Request - State: closed - Opened by mgeier over 2 years ago

#83 - CI: Run tests with Miri

Pull Request - State: closed - Opened by mgeier over 2 years ago

#82 - WriteChunk: use PhantomData<T>

Pull Request - State: closed - Opened by mgeier over 2 years ago

#81 - Remove "mut" from ReadChunk::consumer

Pull Request - State: closed - Opened by mgeier over 2 years ago

#80 - Remove unneeded Cells

Pull Request - State: closed - Opened by mgeier over 2 years ago - 1 comment

#78 - Implement `Send` for chunk types

Pull Request - State: closed - Opened by RamType0 over 2 years ago - 3 comments

#77 - CI: Simplify cargo fmt call

Pull Request - State: closed - Opened by mgeier over 2 years ago

#76 - Fix some leaks and add more tests

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#75 - Use a single dynamic allocation (making RingBuffer a DST)

Pull Request - State: open - Opened by mgeier almost 3 years ago - 1 comment

#74 - Drop un-committed slots in WriteChunk::commit()

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#73 - Shorten a few lines by introducing short local variables

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#72 - Rename cached head/tail -> cached_head/cached_tail

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#71 - WriteChunk: Unwritten slots are leaked!

Issue - State: closed - Opened by mgeier almost 3 years ago

#70 - Use stored first_ptr/second_ptr in commit_unchecked()

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#69 - Benches: Use block expression to avoid re-naming of variables

Pull Request - State: closed - Opened by mgeier almost 3 years ago

#68 - Add feature "async"

Pull Request - State: open - Opened by RamType0 almost 3 years ago - 12 comments

#67 - Weird allocation method

Issue - State: open - Opened by RamType0 almost 3 years ago - 5 comments

#66 - Add copy_to_slice() and copy_from_slice()

Pull Request - State: open - Opened by mgeier about 3 years ago - 2 comments

#65 - Deny missing_debug_implementations, derive Debug for ReadChunkIntoIter

Pull Request - State: closed - Opened by mgeier about 3 years ago

#64 - DOC: Make "chunks" examples more performant

Pull Request - State: closed - Opened by mgeier about 3 years ago

#63 - Some changes suggested by clippy

Pull Request - State: closed - Opened by mgeier about 3 years ago

#62 - Return &mut [T] from CopyToUninit::copy_to_uninit()

Pull Request - State: closed - Opened by mgeier about 3 years ago

#61 - Proof of concept: closure-based API

Pull Request - State: closed - Opened by mgeier about 3 years ago - 1 comment

#60 - Change iterator API to allow moving items in and out

Pull Request - State: closed - Opened by mgeier about 3 years ago - 4 comments

#59 - Add methods for copying slices of data into and out of the ring buffer

Issue - State: open - Opened by mgeier about 3 years ago - 2 comments

#58 - Possible data corruption?

Issue - State: closed - Opened by nullchinchilla about 3 years ago - 5 comments

#57 - Simplify API

Pull Request - State: closed - Opened by mgeier over 3 years ago - 6 comments

#56 - Batch-read that can take ownership of consumed items

Issue - State: closed - Opened by nullchinchilla over 3 years ago - 15 comments

#55 - Async support

Issue - State: closed - Opened by ghost over 3 years ago - 1 comment

#54 - DOC: define SPSC acronym in README

Pull Request - State: closed - Opened by mgeier over 3 years ago

#53 - DOC: Clarify that the full/empty state might change any time

Pull Request - State: closed - Opened by mgeier over 3 years ago

#52 - Support for fixed-size chunks (alternative)

Pull Request - State: closed - Opened by mgeier over 3 years ago - 1 comment

#51 - CI: upload docs

Pull Request - State: closed - Opened by mgeier over 3 years ago

#50 - Support for fixed-size chunks

Pull Request - State: closed - Opened by mgeier over 3 years ago - 3 comments

#49 - CI: change cargo doc to cargo rustdoc

Pull Request - State: closed - Opened by mgeier over 3 years ago

#48 - Don't cache head/tail index in Consumer/Producer

Pull Request - State: closed - Opened by mgeier over 3 years ago - 10 comments

#47 - Return `&mut [T]` from `copy_to_uninit()`?

Issue - State: closed - Opened by mgeier over 3 years ago

#46 - Implement is_abandoned()

Pull Request - State: closed - Opened by mgeier over 3 years ago - 5 comments

#45 - DOC: Add link to ringbuf.js

Pull Request - State: closed - Opened by mgeier over 3 years ago

#44 - DOC: Add link to fixed-queue

Pull Request - State: closed - Opened by mgeier over 3 years ago

#43 - Separate `struct`s for fixed-size chunks?

Issue - State: closed - Opened by mgeier over 3 years ago - 1 comment

#42 - two-threads benchmark update

Pull Request - State: closed - Opened by mgeier over 3 years ago

#41 - Implement `is_closed()`?

Issue - State: closed - Opened by mgeier over 3 years ago - 3 comments

#40 - DOC: Remove link to https://github.com/stjepang

Pull Request - State: closed - Opened by mgeier over 3 years ago

#39 - Comparison against alternative crates?

Issue - State: open - Opened by TheButlah over 3 years ago - 22 comments

#38 - Enable no_std

Pull Request - State: closed - Opened by mgeier over 3 years ago

#37 - DOC: Order links alphabetically

Pull Request - State: closed - Opened by mgeier over 3 years ago

#36 - Initial no_std support (with alloc)

Pull Request - State: closed - Opened by jjl over 3 years ago

#35 - Support for "no_std"?

Issue - State: closed - Opened by mgeier over 3 years ago - 1 comment

#34 - Change fdringbuf to shmem-ipc in README.md

Pull Request - State: closed - Opened by diwic over 3 years ago - 1 comment

#33 - Use .cast() instead of "as *mut _"

Pull Request - State: closed - Opened by mgeier over 3 years ago - 2 comments

#32 - Travis-CI: More colorful cargo output

Pull Request - State: closed - Opened by mgeier almost 4 years ago

#31 - Drop: replace increment(..., 1) with increment1(...)

Pull Request - State: closed - Opened by mgeier almost 4 years ago

#30 - DOC: Add heapless link

Pull Request - State: closed - Opened by mgeier almost 4 years ago

#29 - DOC: nightly is not needed anymore for intra-doc links

Pull Request - State: closed - Opened by mgeier almost 4 years ago

#28 - DOC: Don't rely on wrap-around behavior in "drop" example

Pull Request - State: closed - Opened by mgeier almost 4 years ago