VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Peter LawreyOctober 4th, 2014
    0 144

    Kafka Benchmark on Chronicle Queue

    Overview I was recently asked to compare the performance of Kafka with Chronicle Queue.  No two products are exactly alike,…

    Read More »
  • Software Development👁 Image
    Peter LawreyOctober 1st, 2014
    4 87

    Men in Tech

    Background Between my partner and I, we have six daughters, and as they have grown I have thought more interested…

    Read More »
  • Core Java👁 Image
    Peter LawreySeptember 22nd, 2014
    0 138

    lambdas and side effects

    Overview Java 8 has added features such as lambdas and type inference. This makes the language less verbose and cleaner,…

    Read More »
  • Software Development👁 Image
    Peter LawreySeptember 17th, 2014
    0 107

    An Inconvenient Latency

    Overview Vendors typically publish numbers they are happy with, and avoid telling you about a product’s weaknesses.  However, behind the…

    Read More »
  • Software Development👁 Image
    Peter LawreyAugust 15th, 2014
    0 100

    Try optimising the memory consumption first

    Overview You would think that if you wanted your application to go faster you would start with the CPU profiling.…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 10th, 2014
    0 119

    Compounding double error

    Overview In a previous article, I outlined why BigDecimal is not the answer most of the time. While it is…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 4th, 2014
    7 221

    If BigDecimal is the answer, it must have been a strange question

    Overview Many developers have determined that BigDecimal is the only way to deal with money.  Often they site that by…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 4th, 2014
    0 122

    Making operations on volatile fields atomic

    Overview The expected behaviour for volatile fields is that they should behave in a multi-threaded application the same as they…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 1st, 2014
    0 170

    Adding @atomic operations to Java

    Overview How might atomic operations work in Java, and is there a current alternative in OpenJDK/Hotspot it could translate to.…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close