[0/6] Refactor and optimize string/memory functions

Message ID 4ca70bc28f5edbc5a23c747313151ac5d290f54b.camel@espressif.com
Headers
Series Refactor and optimize string/memory functions |

Message

Alexey Lapshin Jan. 27, 2025, 10:42 a.m. UTC
  This patch series refactors and optimizes several string and memory functions
in newlib. The changes include unifying common macros, improving performance
for specific use cases, and introducing a new option for hardware with
efficient unaligned memory access.
  

Comments

Corinna Vinschen Feb. 10, 2025, 2:41 p.m. UTC | #1
Hi Alexey,

On Jan 27 10:42, Alexey Lapshin wrote:
> This patch series refactors and optimizes several string and memory functions
> in newlib. The changes include unifying common macros, improving performance
> for specific use cases, and introducing a new option for hardware with
> efficient unaligned memory access.

Patchset pushed.


Thanks,
Corinna