-
Notifications
You must be signed in to change notification settings - Fork 2
enable rayon on indexmap #21
Copy link
Copy link
Open
Labels
area: bytecodeArea: bytecode design, compilation, and execution.Area: bytecode design, compilation, and execution.area: circuitArea: quantum circuit related issues.Area: quantum circuit related issues.area: stellarscopeArea: Stellarscope VM related issues.Area: Stellarscope VM related issues.category: enhancementCategory: this is an enhancement of an existing feature.Category: this is an enhancement of an existing feature.performance: optimizationPerformance: issues and PRs related to runtime performance optimizations.Performance: issues and PRs related to runtime performance optimizations.priority: lowPriority: low priority issues and tasks, backlogs, good-to-haves.Priority: low priority issues and tasks, backlogs, good-to-haves.
Description
Metadata
Metadata
Assignees
Labels
area: bytecodeArea: bytecode design, compilation, and execution.Area: bytecode design, compilation, and execution.area: circuitArea: quantum circuit related issues.Area: quantum circuit related issues.area: stellarscopeArea: Stellarscope VM related issues.Area: Stellarscope VM related issues.category: enhancementCategory: this is an enhancement of an existing feature.Category: this is an enhancement of an existing feature.performance: optimizationPerformance: issues and PRs related to runtime performance optimizations.Performance: issues and PRs related to runtime performance optimizations.priority: lowPriority: low priority issues and tasks, backlogs, good-to-haves.Priority: low priority issues and tasks, backlogs, good-to-haves.
Type
Fields
No fields configured for issues without a type.
I indexmap actually has rayon support when iterating through the map, which in principle will offer some speedup for us: https://github.com/indexmap-rs/indexmap/blob/main/src/rayon/map.rs