VOOZH about

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

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


  • Core Java👁 Image
    Peter LawreyJune 23rd, 2014
    0 853

    MineCraft and off heap memory

    Overview MineCraft is a really good example of when off heap memory can really help. The key requirements are: The…

    Read More »
  • Core Java👁 Image
    Peter LawreyJune 18th, 2014
    0 126

    Making Unsafe safer

    Overview If you use Unsafe directly, you risk crashing the JVM.  This happens when you access a page of memory…

    Read More »
  • Software Development👁 Image
    Peter LawreyMay 30th, 2014
    0 170

    SharedHashMap vs Redis

    Overview This is a comparison between OpenHFT’s SharedHashMap and a popular key-value store Redis. Any vendor will tell you how…

    Read More »
  • Core Java👁 Image
    Peter LawreyMay 12th, 2014
    0 141

    Chronicle and low latency in Java

    Overview I was watching this excellent presentation by Rolan Kuhn of Typesafe on Introducing Reactive Streams At first glance it appears that…

    Read More »
  • Core Java👁 Image
    Peter LawreyMay 7th, 2014
    0 156

    Common Java Myths

    These are questions which are likely to be too advanced to ask in any interview as they may just put…

    Read More »
  • Core Java👁 Image
    Peter LawreyApril 30th, 2014
    0 91

    Java arrays, Wat!?

    There is a few things you can do with arrays which are surprising.              …

    Read More »
  • Core Java👁 Image
    Peter LawreyMarch 5th, 2014
    1 145

    Common gotchas in Java

    Overview Java is a minimalist language with deliberately less features than other languages, never the less it has edge cases…

    Read More »
  • Core Java👁 Image
    Peter LawreyFebruary 5th, 2014
    0 134

    Hardware Transactional Memory in Java, or why synchronized will be cool again

    Overview Hardware Transaction Memory has the potential to allow multiple threads to speculatively access the same data structure at the…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 24th, 2014
    0 131

    sun.misc.Unsafe and off heap memory

    The class sun.misc.Unsafe allows you to many of the things you shouldn’t be able to do in Java, but are…

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