cm0002@lemmy.world to Linux@lemmy.worldEnglish · 2 days agoLets Be Real About Dependencies | Comparing dependencies of C/C++ to Go/Rustwiki.alopex.liexternal-linkmessage-square6fedilinkarrow-up125arrow-down11cross-posted to: linux
arrow-up124arrow-down1external-linkLets Be Real About Dependencies | Comparing dependencies of C/C++ to Go/Rustwiki.alopex.licm0002@lemmy.world to Linux@lemmy.worldEnglish · 2 days agomessage-square6fedilinkcross-posted to: linux
minus-squarelambalicious@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·2 days agoDoes it still load locales if you invoke it with LC_ALL=C or LC_ALL=POSIX? That would be a smart optimization, methinks.
The locale is used for sort order.
Ah, that makes some sense. Thanks.
Does it still load locales if you invoke it with
LC_ALL=C
orLC_ALL=POSIX
?That would be a smart optimization, methinks.