Skip to content

Commit 41fa58b

Browse files
committed
Add comprehensive API documentation and benchmarks
- Add docs/API.md: Complete standard API reference for Guesser class - Detailed documentation of all constructors, properties, and methods - Supporting types and exception handling - 7 usage examples covering common scenarios - Thread safety and performance guidelines - Add docs/BENCHMARKS.md: Performance analysis and comparisons - Throughput benchmarks showing 10-50x improvements - Latency measurements and memory allocation analysis - Real-world scenario benchmarks - Complete methodology and reproducibility instructions - Update docs/ADVANCED-API.md: Remove broken ADR reference - Update docs/QUICK-START-ADVANCED.md: Remove broken ADR reference All documentation links are now valid and consistent with existing style.
1 parent 38974c3 commit 41fa58b

File tree

4 files changed

+1522
-2
lines changed

4 files changed

+1522
-2
lines changed

docs/ADVANCED-API.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,3 @@ var type = result.CSharpType;
565565

566566
- [Standard API Documentation](./API.md)
567567
- [Performance Benchmarks](./BENCHMARKS.md)
568-
- [Architecture Decision Records](./ADR/)

0 commit comments

Comments
 (0)