Skip to content

Commit b9a5d08

Browse files
committed
更新文档,加入拦截器内容,和最新的性能数据
1 parent c0cc496 commit b9a5d08

File tree

4 files changed

+594
-134
lines changed

4 files changed

+594
-134
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
DotNetCampus.CommandLine is a simple yet high-performance command line parsing library for .NET. Thanks to the power of source code generators, it provides efficient parsing capabilities with a developer-friendly experience.
1313

14-
Parsing a typical command line takes only about 5000ns (0.005ms), making it one of the fastest command line parsers available in .NET.
14+
Parsing a typical command line takes only about 0.8μs (microseconds), making it one of the fastest command line parsers available in .NET.
1515

1616
## Get Started
1717

0 commit comments

Comments
 (0)