René's URL Explorer Experiment


Title: Compact object headers | java.evolved

Open Graph Title: Compact object headers | java.evolved

X Title: Compact object headers | java.evolved

Description: Cut object header size in half for better memory density and cache usage.

Open Graph Description: Cut object header size in half for better memory density and cache usage.

X Description: Cut object header size in half for better memory density and cache usage.

Opengraph URL: https://javaevolved.github.io/tooling/compact-object-headers.html

direct link

Domain: javaevolved.github.io


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "headline": "Compact object headers",
    "description": "Cut object header size in half for better memory density and cache usage.",
    "url": "https://javaevolved.github.io/compact-object-headers.html",
    "publisher": {
        "@type": "Organization",
        "name": "java.evolved",
        "url": "https://javaevolved.github.io"
    },
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://javaevolved.github.io/compact-object-headers.html"
    }
}
  
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://javaevolved.github.io/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Tooling",
            "item": "https://javaevolved.github.io/#tooling"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Compact object headers"
        }
    ]
}
  

theme-color#f97316
mobile-web-app-capableyes
apple-mobile-web-app-status-bar-styleblack-translucent
apple-mobile-web-app-titlejava.evolved
og:typearticle
og:site_namejava.evolved
og:localeen
og:imagehttps://javaevolved.github.io/og/tooling/compact-object-headers.png
og:image:width1200
og:image:height630
og:image:typeimage/png
twitter:cardsummary_large_image
twitter:imagehttps://javaevolved.github.io/og/tooling/compact-object-headers.png

Links:

java.evolvedhttps://javaevolved.github.io/
https://github.com/javaevolved/javaevolved.github.io
← All patternshttps://javaevolved.github.io/
https://javaevolved.github.io/tooling/jfr-profiling.html
https://javaevolved.github.io/tooling/built-in-http-server.html
Homehttps://javaevolved.github.io/
Toolinghttps://javaevolved.github.io/#tooling
🐛 Report a code issuehttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=code-issue.yml&title=%5BCode%20Issue%5D%20Compact%20object%20headers&category=tooling&slug=compact-object-headers
🌐 Report a translation issuehttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=translation-issue.yml&title=%5BTranslation%5D%20Compact%20object%20headers%20%28English%29&locale=en&pattern=compact-object-headers&area=Pattern%20content
💡 Suggest a new patternhttps://github.com/javaevolved/javaevolved.github.io/issues/new?template=new-pattern.yml
𝕏https://x.com/intent/tweet?url=https%3A%2F%2Fjavaevolved.github.io%2Ftooling%2Fcompact-object-headers.html&text=Compact%20object%20headers%20%E2%80%93%20java.evolved
🦋https://bsky.app/intent/compose?text=Compact%20object%20headers%20%E2%80%93%20java.evolved%20https%3A%2F%2Fjavaevolved.github.io%2Ftooling%2Fcompact-object-headers.html
inhttps://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fjavaevolved.github.io%2Ftooling%2Fcompact-object-headers.html
https://www.reddit.com/submit?url=https%3A%2F%2Fjavaevolved.github.io%2Ftooling%2Fcompact-object-headers.html&title=Compact%20object%20headers%20%E2%80%93%20java.evolved
Let us know.https://github.com/javaevolved/javaevolved.github.io/issues/new?template=code-issue.yml&title=%5BCode%20Issue%5D%20Compact%20object%20headers&category=tooling&slug=compact-object-headers
Compact Object Headers (JEP 519) ↗https://openjdk.org/jeps/519
Tooling Beginner JShell for prototyping Java 8 // 1. Create Test.java // 2. javac Test.java // 3. java Test // Just to test one expression! Java 9+ $ jshell jshell> "hello".chars().count() $1 ==> 5 jshell> List.of(1,2,3).reversed() $2 ==> [3, 2, 1] Hover to see modern ➜ JDK 9+ → https://javaevolved.github.io/tooling/jshell-prototyping.html
Tooling Beginner Single-file execution Java 8 $ javac HelloWorld.java $ java HelloWorld // Two steps every time Java 11+ $ java HelloWorld.java // Compiles and runs in one step // Also works with shebangs: #!/usr/bin/java --source 25 Hover to see modern ➜ JDK 11+ → https://javaevolved.github.io/tooling/single-file-execution.html
Tooling Intermediate Multi-file source launcher Java 8 $ javac *.java $ java Main // Must compile all files first // Need a build tool for dependencies Java 22+ $ java Main.java // Automatically finds and compiles // other source files referenced // by Main.java Hover to see modern ➜ JDK 22+ → https://javaevolved.github.io/tooling/multi-file-source.html
java.evolvedhttps://javaevolved.github.io/
Bruno Borgeshttps://github.com/brunoborges
GitHub Copilothttps://github.com/features/copilot
modern-css.comhttps://modern-css.com
View on GitHubhttps://github.com/javaevolved/javaevolved.github.io

Viewport: width=device-width, initial-scale=1.0

Robots: index, follow


URLs of crawlers that visited me.