mtak-
mtak-
If [`std::marker::Freeze`](https://github.com/rust-lang/rust/issues/60715) was stabilized, crossbeam could have a `AtomicCell`-like type where `load` works with non-`Copy` data structures. Is this something crossbeam would be interested in? I've called it `Inline` in...
Short info header: - GFX version: ll - `rev: "bd7f058efe78d7626a1cc6fbc0c1d3702fb6d2e7"` - OS: macos (probly ios too) - GPU: Radeon Pro 455 2048 MB While an OSX app is backgrounded, attempting...
To create heuristics for determining when HTM is likely to speed up a transaction, benchmarks are necessary. If anyone reading this has a few free moments, and a CPU that...
It would be greatly appreciated if someone would contribute an implementation of powerpc's hardware transactional memory. It is mostly already sketched out, in the `swym-htm` crate, but needs hardware to...
It seems that while there is support for tokenization with diacritics in spaCy, the project doesn't lemmatize/morph/pos tag correctly when they are used. ## How to reproduce the behaviour ```...
When `BigFloat::log` should give `0.5` or `2.0`, it infinite loops (or at least seems to). Precision and rounding mode seem unimportant, but I have been testing with precisions of 64,2048,4096...
When used with switches (possibly other places), inline variables are not always treated as constants when `-D no-inline` is used. I would not expect this flag to impact whether code...