Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / arkworks-rs/std issues and pull requests
#49 - Constant log2
Pull Request -
State: closed - Opened by davxy 7 months ago
#48 - Conditionally re-export `alloc::sync`
Pull Request -
State: closed - Opened by mmagician 11 months ago
#47 - Fix incorrect use of atomic variable in `src/perf_trace.rs`
Pull Request -
State: open - Opened by AsterNighT about 1 year ago
#46 - Infinite dot when some spawned thread crash which make indent more than 75
Issue -
State: open - Opened by yymone about 1 year ago
- 1 comment
#45 - Fix potential clippy issue of unused variable for `start_timer` and `add_to_trace` macros for not `print-trace` feature
Pull Request -
State: closed - Opened by silathdiir almost 2 years ago
#44 - `ark_std::error` vs `core::error`
Issue -
State: open - Opened by burdges almost 2 years ago
- 3 comments
#43 - Release 0.4.0
Pull Request -
State: closed - Opened by mmagician about 2 years ago
#42 - fix a typo
Pull Request -
State: closed - Opened by confuseSUN over 2 years ago
#41 - Add `iterable::Reverse`.
Pull Request -
State: closed - Opened by mmaker almost 3 years ago
#40 - Make iterable::Iterable shareable across threads.
Pull Request -
State: closed - Opened by mmaker almost 3 years ago
#39 - Upgrade to edition 2021
Pull Request -
State: closed - Opened by Pratyush about 3 years ago
#38 - Add Iterable to support streaming
Pull Request -
State: closed - Opened by huyuncong about 3 years ago
#37 - make `rand/getrandom` dependency explicit with a feature
Pull Request -
State: closed - Opened by lightyear15 over 3 years ago
- 9 comments
#36 - Replace `UniformRand` by `CryptoRng + R`
Issue -
State: open - Opened by vlopes11 over 3 years ago
- 1 comment
#35 - Make `test_rng` randomized by default in `std`
Pull Request -
State: closed - Opened by Pratyush over 3 years ago
#34 - Release v0.3.0 / Re-export `num_traits::{One, Zero}` from `ark-std`
Pull Request -
State: closed - Opened by weikengchen over 3 years ago
- 2 comments
#33 - Add necessary zero to duration decimals
Pull Request -
State: closed - Opened by alex-ozdemir over 3 years ago
#32 - Bump `rand` to 0.8 and remove `rand_xorshift`
Pull Request -
State: closed - Opened by weikengchen almost 4 years ago
- 2 comments
#31 - Upgrade to GitHub-native Dependabot
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 4 years ago
Labels: dependencies
#30 - Sync to template
Pull Request -
State: closed - Opened by ValarDragon almost 4 years ago
#29 - Move `bench-utils` into `std`, and simplify workspace
Pull Request -
State: closed - Opened by Pratyush almost 4 years ago
- 4 comments
#28 - Add README for `utils`
Pull Request -
State: closed - Opened by weikengchen almost 4 years ago
#27 - Rename `log2` to `log2_of_next_power_of_two`
Issue -
State: open - Opened by jon-chuang almost 4 years ago
#26 - Make comment about log2 more accurate
Pull Request -
State: closed - Opened by jon-chuang almost 4 years ago
#25 - Update rand_xorshift requirement from 0.2 to 0.3
Pull Request -
State: closed - Opened by dependabot-preview[bot] about 4 years ago
- 6 comments
Labels: dependencies
#24 - Bump `rand` to 0.8 and remove `rand_xorshift`
Pull Request -
State: closed - Opened by weikengchen about 4 years ago
- 6 comments
#23 - Export `rand` correctly to `ark_std::rand`
Pull Request -
State: closed - Opened by weikengchen about 4 years ago
- 1 comment
#22 - A new README for utils
Issue -
State: closed - Opened by weikengchen about 4 years ago
- 1 comment
Labels: D-easy
#21 - Export common traits in `rand` in `ark_std`
Pull Request -
State: closed - Opened by weikengchen about 4 years ago
- 3 comments
#20 - Export `rand::Rng` from `ark_std::rand`
Issue -
State: closed - Opened by weikengchen about 4 years ago
#19 - Add an option to specify a minimum length for parallel iteration
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
#18 - Revert "Moved "parallel" feature gate outside of cfg_iter_*"
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
- 2 comments
#17 - Fix weird issues when compiling with `parallel`
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
- 1 comment
#16 - Moved "parallel" feature gate outside of cfg_iter_*
Pull Request -
State: closed - Opened by rozbb about 4 years ago
- 7 comments
#15 - Update rand requirement from 0.7 to 0.8
Pull Request -
State: closed - Opened by dependabot-preview[bot] about 4 years ago
- 2 comments
Labels: dependencies
#14 - Add method for randomly sampling non-zero elements
Issue -
State: open - Opened by ValarDragon about 4 years ago
- 1 comment
#13 - Fix links in `Cargo.toml`s
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
#12 - Move rand from ark-ff
Pull Request -
State: closed - Opened by ValarDragon about 4 years ago
#11 - What became of bench utils?
Issue -
State: closed - Opened by jon-chuang about 4 years ago
- 1 comment
#10 - Cleaned up feature flags and imports
Pull Request -
State: closed - Opened by rozbb about 4 years ago
- 1 comment
#9 - Automatically export `std` symbols if `print-trace` is set
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
#8 - WASM compilation/Webapp proof of concept
Issue -
State: open - Opened by jon-chuang almost 5 years ago
- 2 comments
#7 - Investigate parallelization for wasm with `web_worker`
Issue -
State: open - Opened by Pratyush over 4 years ago
- 1 comment
#6 - Code timing instrumentation
Issue -
State: open - Opened by jon-chuang over 4 years ago
- 7 comments
#5 - algebra_core::io module inconsistent with std::io
Issue -
State: closed - Opened by tsunrise over 4 years ago
- 9 comments
#4 - Fix CI
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
#3 - Improve `io` and `error`
Pull Request -
State: closed - Opened by Pratyush about 4 years ago
- 1 comment
#2 - Update colored requirement from 1 to 2
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 4 years ago
- 3 comments
Labels: dependencies
#1 - ark-std does not compile in `no_std`
Issue -
State: closed - Opened by tsunrise over 4 years ago
- 4 comments