If an ls replacement could somehow handle directories with >10^4 files faster, then I'd switch.
alias ls='ls -U'
(it probably helps that I use a filesystem - btrfs - that is fundamentally append-based so gives a meaningful order even with -U)