-
Notifications
You must be signed in to change notification settings - Fork 7
Announcing crossbeam-epoch 0.1.0? #14
Comments
Yesterday I noticed segmentation faults and would like to investigate what went wrong before releasing 0.1.0. I think as far as features go, we're getting ready for an early release, but I'm still feeling a bit uneasy without at least some basic sanitization tests (similar to the tests I wrote for |
I'd like to enumerate the release blockers.
|
How about writing up a post for advertising cf. the write-up will close crossbeam-rs/rfcs#7 |
@jeehoonkang I'll submit a PR that adds some benchmarks soon (today or tomorrow). Regarding your comments on backward compatibility, I think it's simply inevitable that we'll break compatibility multiple times within the next several months. This is normal for such a young and complicated project. :) I'd prefer to release a new version soon so that other subprojects ( The project seems to be in a fairly solid state now. I've just run tests on my Raspberry Pi (ARM v7) and everything seems to be working just fine. What do you think - after adding benchmarks, can we release a 0.1.0 so that We don't have to publicise this release yet, but once things settle down, we'll definitely do it. |
It seems crossbeam-epoch is comparable to both the original crossbeam and coco in terms of features. For example, I could successfully port rsdb, which was based on coco, to crossbeam-epoch: https://github.com/jeehoonkang/rsdb/tree/crossbeam-epoch Also, its performance seems not bad compared to the two precursors.
So I wonder if (1) we want to announce the initial 0.1.0 release of the core of new crossbeam, and (2) when. Personally, I want to announce it after both crossbeam-rs/rfcs#9 and #13 are somehow resolved.
What do you think?
The text was updated successfully, but these errors were encountered: