jovibor / HexCtrl

Fully-featured Hex Control written in C++/MFC.
Other
164 stars 61 forks source link

Fill zero performance #57

Closed datasynergyuk closed 2 years ago

datasynergyuk commented 2 years ago

Fill with zero performance is approx. 6x slower than fill with hex data (long hex string ~ 16 digits). This is inexplicable because the operations are essentially the same. Suggest modifying fill with zero to use a longer source buffer for extra performance.