mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
Improved SigMap performance
This commit is contained in:
parent
e69efec588
commit
1e32e4bdae
3 changed files with 16 additions and 5 deletions
|
@ -93,6 +93,9 @@ creates a bijective map from K to the integers. For example:
|
|||
|
||||
It is not possible to remove elements from an idict.
|
||||
|
||||
Finally mfp<K> implements a merge-find set data structure (aka. disjoint-set or
|
||||
union–find) over the type K ("mfp" = merge-find-promote).
|
||||
|
||||
2. Standard STL data types
|
||||
|
||||
In Yosys we use std::vector<T> and std::string whenever applicable. When
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue