this post was submitted on 08 Jun 2023
13 points (100.0% liked)

Programming

13368 readers
2 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

AlphaDev uncovered new sorting algorithms that led to improvements in the LLVM libc++ sorting library that were up to 70% faster for shorter sequences and about 1.7% faster for sequences exceeding 250,000 elements.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

Eh security bloat is in the order of kilobytes per megabyte of code.

[–] [email protected] 2 points 1 year ago (1 children)

so somewhere between 1K and 999K per 1M? got it

[–] [email protected] 1 points 1 year ago (1 children)

Still less than the rest of the data for UI

[–] [email protected] 1 points 1 year ago

security devs do tend to focus on performance a lot more than UI UX team does