Commit Graph

2 Commits (48898e5d0b9ed678b0373b28a5aefa8b5405d37f)

Author SHA1 Message Date
mappu fd76f090a2 markup: microoptimise for many short filenames in directory ()
* markup: microoptimise for many short filenames in directory

Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames.

* markup: expand test cases for IsReadmeFile()
Lunny Xiao 52627032bc Add markup package to prepare for org markup format ()