VOOZH about

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

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


  • Core Java👁 Image
    Peter LawreyNovember 15th, 2013
    0 89

    Why we shouldn’t use more threads than we need to

    Overview There is a common argument that because we have lots of cores, and will have even more in the…

    Read More »
  • Core Java👁 Image
    Peter LawreyOctober 8th, 2013
    0 135

    Unique hashCodes is not enough to avoid collisions

    There is a common misconception that if you have unique hashCode() you won’t have collisions.  While unique, or almost unique,…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 22nd, 2013
    0 207

    C++ like Java for low latency

    Overview Previously I wrote an article on C like Java.  This is term I had come across before. However, on…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 14th, 2013
    3 93

    OpenHFT Java Lang project

    OpenHFT/Java Lang started as an Apache 2.0 library to provide the low level functionality used by Java Chronicle without the…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 5th, 2013
    0 140

    Micro jitter, busy waiting and binding CPUs

    Performance profiling a new machine When I work on a new machine, I like to get an understanding of it’s…

    Read More »
  • Core Java👁 Image
    Peter LawreyApril 26th, 2013
    2 104

    Why a synchronized StringBuffer was never a good idea

    Introduction StringBuffer is a synchronized class for mutable strings.  The main problem with making it synchronized is that It was…

    Read More »
  • Software Development👁 Image
    Peter LawreyApril 4th, 2013
    0 100

    Lies, statistics and vendors

    Overview Reading performance results supplied by vendors is a skill in itself.   It can be difficult to compare numbers…

    Read More »
  • Core Java👁 Image
    Peter LawreyFebruary 28th, 2013
    0 109

    Chronicle and the Micro-Cloud

    Overview A common question I face is; how do you scale a Chronicle based system if it is single writer,…

    Read More »
  • Software Development👁 Image
    Peter LawreyFebruary 19th, 2013
    2 105

    Java is dead (again)

    Here is a couple of responses to this annual question I thought worth sharing: The Day Java lost the Battle…

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