Skip to content

Commit

Permalink
perf: eager resize for ´load_data´
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed May 4, 2023
1 parent 913aa49 commit c86ce85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

* perf: insert elements from the tail in `load_data` so reallocation happens only once [#xxxx](https://github.com/lambdaclass/cairo-rs/pull/xxxx)

* Use to_signed_felt as function for felt252 as BigInt within [-P/2, P/2] range and use to_bigint as function for representation as BigInt. [#1100](https://github.com/lambdaclass/cairo-rs/pull/1100)

* Implement hint on field_arithmetic lib [#1090](https://github.com/lambdaclass/cairo-rs/pull/1090)
Expand Down

0 comments on commit c86ce85

Please sign in to comment.