equalsIgnoreCaseBench() — netty Function Reference
Architecture documentation for the equalsIgnoreCaseBench() function in AsciiStringBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 54f38c0e_e554_be86_7ee6_6c67d071e662["equalsIgnoreCaseBench()"] aff6af82_71b2_329f_41cf_d30a3ab60974["AsciiStringBenchmark"] 54f38c0e_e554_be86_7ee6_6c67d071e662 -->|defined in| aff6af82_71b2_329f_41cf_d30a3ab60974 style 54f38c0e_e554_be86_7ee6_6c67d071e662 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java lines 59–62
@Benchmark
public boolean equalsIgnoreCaseBench() {
return Connection.contentEqualsIgnoreCase(connection);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does equalsIgnoreCaseBench() do?
equalsIgnoreCaseBench() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java.
Where is equalsIgnoreCaseBench() defined?
equalsIgnoreCaseBench() is defined in microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java at line 59.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free