VOOZH about

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

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


  • 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 »
  • Software Development👁 Image
    Peter LawreyAugust 31st, 2015
    0 83

    Managing your application as a file system

    Overview “A database is a smart file system” — Anonymous “Your database/application is a file system” — Chronicle Software. Why…

    Read More »
  • Core Java👁 Image
    Peter LawreyAugust 26th, 2015
    0 98

    Comparing Hashing strategies

    Overview Chronicle has a number of implementations for hashing, including City and Murmur. It also has it’s own Vanilla Hash,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Peter LawreyAugust 22nd, 2015
    0 193

    Wiring YAML to a file or network with Chronicle Wire

    Overview Chronicle Wire is designed to get the benefits of a text protocol in terms of ease of development and…

    Read More »
  • Software Development👁 Image
    Peter LawreyAugust 21st, 2015
    0 95

    Using YAML over the network

    Overview There is a number of popular text based protocols for exchanging data over the network. These include XML, FIX,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Peter LawreyAugust 6th, 2015
    0 95

    Accessing Chronicle Engine via NFS

    Overview Chronicle Engine is a data virtualisation layer.  It abstracts away the complexity of accessing, manipulating and subscribing to various…

    Read More »
  • Core Java👁 Image
    Peter LawreyAugust 4th, 2015
    2 135

    Is using Unsafe really about speed or functionality?

    Overview Around 6 years ago, I started using a class which up to that point was just a curiosity sun.misc.Unsafe.…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 29th, 2015
    0 259

    How and Why to Serialize Lambdas

    Overview Serializing lambdas can be useful in a number of use cases such as persisting configuration, or as a visitor…

    Read More »
  • Core Java👁 Image
    Peter LawreyMay 28th, 2015
    0 169

    Puzzler: nested computeIfAbsent

    Overview The Java 8 libraries have a new method on map, computeIfAbsent. This is very useful way to turn your…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close