in reply to Get folders in a directory with 20k directories?

try:

ls -f

Does that make the difference ?

I heard about, but I never test if that was true.

Another try could be

find . -type d

And redirect output to a file, because consoles are slower than redirects!