VOOZH about

URL: https://www.javacodegeeks.com/tag/jvm/page/10

⇱ JVM Archives - Page 10 of 27 - Java Code Geeks


  • Core Java👁 Image
    Fabio TudoneDecember 5th, 2015
    2 801

    High-Concurrency HTTP Clients on the JVM

    HTTP is probably the most popular application-level protocol and there are many libraries that implement it on top of network…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiSeptember 26th, 2015
    0 202

    What is promotion rate?

    I do believe you are familiar with the Peter principle. In general, the principle is an observation that promotions can…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiSeptember 18th, 2015
    0 226

    What is allocation rate?

    Phrases such as “unsustainable allocation rate” and “you need to keep your allocation rates low” seem to belong to the…

    Read More »
  • Core Java👁 Image
    Federico TomassettiSeptember 17th, 2015
    0 122

    Turin Programming Language for the JVM: building advanced lexers with ANTLR

    As I wrote in my last post, I recently started working on a new programming language named Turin. A working compiler for…

    Read More »
  • Core Java👁 Image
    Peter LawreySeptember 14th, 2015
    0 116

    Chronicle Journal – Customizable Data Store

    Overview The way to make any data structure or algorithm as fast as possible is for the code to do…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiSeptember 10th, 2015
    0 517

    Stack smashing detected

     I bet every Java developer has been surprised at some point in the beginning of their career when they first…

    Read More »
  • Core Java👁 Image
    Daniel ShayaSeptember 4th, 2015
    0 134

    An Unexpected Allocation – JIT Compilation Jitter

    Whilst working on ByteWatcher (see my last post) I came across something rather strange. This is the actual code snippet…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiSeptember 4th, 2015
    0 157

    Squeezing data into the data structure

    This story is about a capacity optimization task that we recently carried out at Plumbr. It all started with an innocent-looking…

    Read More »
  • Core Java👁 Image
    Geoffrey De SmetAugust 11th, 2015
    1 328

    What is the fastest Garbage Collector in Java 8?

    OpenJDK 8 has several Garbage Collector algorithms, such as Parallel GC, CMS and G1. Which one is the fastest? What…

    Read More »
  • First
  • ...
  • «
  • 9
  • 10
  • 11
  • »
  • 20
  • ...
  • Last
Back to top button
Close