Home / Function/ hashCodeBenchBytesNew() — netty Function Reference

hashCodeBenchBytesNew() — netty Function Reference

Architecture documentation for the hashCodeBenchBytesNew() function in AsciiStringBenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a8984e07_0ae7_261a_3e8d_e178f0e9b7c0["hashCodeBenchBytesNew()"]
  aff6af82_71b2_329f_41cf_d30a3ab60974["AsciiStringBenchmark"]
  a8984e07_0ae7_261a_3e8d_e178f0e9b7c0 -->|defined in| aff6af82_71b2_329f_41cf_d30a3ab60974
  style a8984e07_0ae7_261a_3e8d_e178f0e9b7c0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java lines 76–79

    @Benchmark
    public int hashCodeBenchBytesNew() {
        return PlatformDependent.hashCodeAscii(asciiString.array(), asciiString.arrayOffset(), asciiString.length());
    }

Domain

Subdomains

Frequently Asked Questions

What does hashCodeBenchBytesNew() do?
hashCodeBenchBytesNew() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java.
Where is hashCodeBenchBytesNew() defined?
hashCodeBenchBytesNew() is defined in microbench/src/main/java/io/netty/microbenchmark/common/AsciiStringBenchmark.java at line 76.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free