79806129

Date: 2025-10-31 19:13:37
Score: 1.5
Natty:
Report link

I'm not sure about typescript, sounds like your issue is there because short will always be 2 bytes in length. The method you are using will perform fast but will have a larger memory footprint. You could use a for loop(using BitConverter to get each byte) which will take a little longer(about 2x nano seconds) but memory footprint reports half.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: FSO931s