VOOZH about

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

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


  • Core Java👁 Image
    Peter LawreyJanuary 30th, 2012
    0 252

    “Java Sucks” revisited

    Overview An interesting document on Java’s short comings (from C developer’s perspective) was written some time ago (about 2000? )…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 4th, 2012
    2 234

    Using a memory mapped file for a huge matrix

    Overview Matrices can be really large, sometimes larger than you can hold in one array. You can extend the maximum…

    Read More »
  • Core Java👁 Image
    Peter LawreyNovember 7th, 2011
    0 138

    Recycling objects to improve performance

    Overview In a previous article I stated that the reason the deserialization of objects was faster was due to using…

    Read More »
  • Core Java👁 Image
    Peter LawreyOctober 27th, 2011
    0 308

    Java Secret: Loading and unloading static fields

    OVERVIEW To start with it is natural to assume that static fields have a special life cycle and live for…

    Read More »
  • Software Development👁 Image
    Peter LawreyOctober 27th, 2011
    5 10,962

    Weird Funny Java!

    Sometimes we can do really weird and funny things with Java; Some other times we are just being creative! Take…

    Read More »
  • Core Java👁 Image
    Peter LawreySeptember 13th, 2011
    2 218

    The Exchanger and GC-less Java

    Overview The Exchanger class is very efficient at passing work between thread and recycling the objects used. AFAIK, It is…

    Read More »
  • Core Java👁 Image
    Peter LawreyAugust 17th, 2011
    0 129

    Double your money again

    Overview A long time ago I wrote an article on using double for money. However, it is still a common…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 30th, 2011
    0 210

    C++ or Java, which is faster for high frequency trading?

    Overview There are conflicting views as to what is the best solution for high frequency trading. Part of the problem…

    Read More »
  • Core Java👁 Image
    Peter LawreyJuly 24th, 2011
    0 260

    Java and Memory Leaks

    Overview The term “memory leak” is used in Java in a manner which is different to how it is used…

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