IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.51k stars 290 forks source link

Improve performance on struct.unpack #1817

Closed slozier closed 17 hours ago

slozier commented 2 days ago

Improves performance on struct.unpack and fixes some failing tests.

Also removes array overloads which are covered by the buffer protocol.