VOOZH about

URL: https://www.javacodegeeks.com/author/Peter-Lawrey/page/8

⇱ Peter Lawrey, Author at Java Code Geeks - Page 8 of 11


  • Software Development👁 Image
    Peter LawreyFebruary 11th, 2013
    0 88

    A down side of durable messaging

    Overview Durable messaging can be very fast, as fast as non-durable messaging up to a point. Limitations of durable messaging…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Peter LawreyFebruary 4th, 2013
    0 95

    High Performance Durable Messaging

    Overview While there are a good number of high performance messaging systems available for Java, most avoid quoting benchmarks which…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 25th, 2013
    0 108

    Java Memory Model and optimisation

    Overview Many developers of multi-threaded code are familiar with the idea that different threads can have a different view of…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 10th, 2013
    1 100

    Should Java be more high level or low level?

    Overview Java 8 is bringing much antisipated features such as Lambda expressions, Type Annotations and Virtual Extensions. While this functionality…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 25th, 2012
    4 426

    Local variables inside a loop and performance

    Overview Sometimes a question comes up about how much work allocating a new local variable takes.  My feeling has always…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 24th, 2012
    3 89

    Can synchronization be optimised away?

    Overview There is a common misconception that because the JIT is smart and synchronization can be eliminated for an object…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 21st, 2012
    0 169

    Java Object resurrection

    Overview After an object which overrides finalize() is collected it is added to a finalization queue to be cleaned up…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 20th, 2012
    0 155

    Performance of inlined virtual method invocations in Java

    Overview One of the benefits of dynamic compilation it the ability to support extensive method inlining on virtual method code.…

    Read More »
  • Core Java👁 Image
    Peter LawreyNovember 30th, 2012
    1 112

    When using direct memory can be faster

    Overview Using direct memory is no guarantee of improving performance.  Given it adds complexity, it should be avoided unless you…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close