Avatar for the FuelLabs user
FuelLabs
sway
BlogDocsChangelog

Branches performance

Pull requests

feat: Add support for additional package manifest keys#6868
last run
33 minutes ago
not is_valid_package_version
44 minutes ago
d602a0c
sophie/forc-pkg-toml-keys
CodSpeed Performance Gauge
0%
Removes TraitMap::insert_for_type. Some use cases require the compiler to call insert_implementation_for_type on every call of find_method_for_type. This would double the compile time of a simple script. To avoid this we removed the TraitMap::insert_for_type. The TraitMap now only stores the original implementations and uses a less restrictive unify_check to get those that match the concrete implementations. This reduces significantly the size of the TraitMap and speeds up the lookup times. On the other hand, it also introduces a type substitution on every find_method_for_type. A future PR will address the performance of doing type substitutions.
7 hours ago
61fed08
esdrubal/trait_map_without_insert_for_type
CodSpeed Performance Gauge
0%
Auto-generate DWARF debug symbols in debug builds#6863
last run
22 hours ago
remove println
22 hours ago
9dc47b5
josh/save_dwarf
CodSpeed Performance Gauge
0%
last run
6 days ago
Bump to v0.66.6
6 days ago
9758b2f
IGI-111/v0.66.6
CodSpeed Performance Gauge
0%
Home Terms PrivacyDocs