<div dir="auto">Great /fast experimentation! </div><div dir="auto"><br></div><div dir="auto">I will admit I’m pleased that my dated intuition is still correct, but more importantly we have more current data!</div><div dir="auto"><br></div><div dir="auto">Thanks for the exploration and sharing what you found! </div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 7, 2023 at 7:35 AM Harendra Kumar <<a href="mailto:harendra.kumar@gmail.com">harendra.kumar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 7 Apr 2023 at 02:18, Carter Schonwald <<a href="mailto:carter.schonwald@gmail.com" target="_blank">carter.schonwald@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">That sounds like a worthy experiment! </div><div dir="auto"><br></div><div dir="auto">I  guess that would look like having an inline macro’d up path that checks if it can get the job done that falls back to the general code?</div><div dir="auto"><br></div><div dir="auto">Last I checked, the overhead for this sort of c call was on the order of 10nanoseconds or less which seems like it’d be very unlikely to be a bottleneck, but do you have any natural or artificial benchmark programs that would show case this? <br></div></blockquote><div><br></div><div>I converted my example code into a loop and ran it a million times with a 1 byte array size (would be 8 bytes after alignment). So roughly 3 words would be allocated per array, including the header and length. It took 5 ms using the statically known size optimization which inlines the alloc completely, and 10 ms using an unknown size (from program arg) which makes a call to newByteArray# . That turns out to be of the order of 5ns more per allocation. It does not sound like a big deal.</div></div></div><div dir="ltr"><div class="gmail_quote"><div><br></div><div>-harendra<br></div></div></div>
</blockquote></div></div>