VOOZH about

URL: https://www.javacodegeeks.com/author/per-minborg

⇱ Per Minborg, Author at Java Code Geeks


  • Core Java👁 Image
    Per MinborgFebruary 17th, 2023
    0 933

    JDK 21: Image Performance Improvements

    Introduction In a previous article, I talked about how serialization and file I/O performance was improved in JDK 21 thanks to…

    Read More »
  • Core Java👁 Image
    Per MinborgJanuary 30th, 2023
    0 305

    Minborg’s Java Pot

     In Java 21, old code might run significantly faster due to recent internal performance optimizations made in the Java Core…

    Read More »
  • Core Java👁 Image
    Per MinborgJanuary 15th, 2023
    1 251

    Minborg’s Java Pot

    Did you know you can allocate memory segments that are larger than the physical size of your machine’s RAM and…

    Read More »
  • Core Java👁 Image
    Per MinborgDecember 8th, 2022
    0 554

    Java 20: A Sneak Peek on the Panama FFM API (Second Preview)

    The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API”…

    Read More »
  • Core Java👁 Image
    Per MinborgMay 17th, 2022
    0 8,669

    Which JVM Version is Fastest?

    How is a high-performance, low-latency Java application affected by the JVM version used? Every nanosecond counts for trading and other…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Per MinborgApril 7th, 2022
    0 158

    How to Reduce Cloud Cost by 99% for EDA Kafka Applications

    While the cloud offers great convenience and flexibility, the operational cost for applications deployed in the cloud can sometimes be…

    Read More »
  • Core Java👁 Image
    Per MinborgFebruary 3rd, 2022
    0 255

    Did You Know the Fastest Way of Serializing a Java Field is not Serializing it at All?

    This article elaborates on different ways of serializing Java objects and benchmarks performance for the variants. Read this article and…

    Read More »
  • Core Java👁 Image
    Per MinborgJanuary 28th, 2022
    0 230

    How the Java Language Could Better Support Composition and Delegation

    This article outlines a way of improving the Java language to better support composition and delegation. Engage in the discussion…

    Read More »
  • Core Java👁 Image
    Per MinborgJanuary 27th, 2022
    0 482

    Java: How Object Reuse Can Reduce Latency and Improve Performance

    Become familiar with the art of object reuse by reading this article and learn the pros and cons of different…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close