VOOZH about

URL: https://www.javacodegeeks.com/author/ashkrit-sharma/page/5

⇱ Ashkrit Sharma, Author at Java Code Geeks - Page 5 of 5


  • Software Development👁 Image
    Ashkrit SharmaMarch 25th, 2014
    0 115

    Off Heap concurrent counter

    Concurrent counter are part of almost every system, it is used to collect data, thread synchronization etc. Java has good…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaSeptember 19th, 2013
    0 135

    Scalable Counters For Multi Core

    Counters are required everywhere , for e.g. to find key KPI of application, load on application, total number of request…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaAugust 17th, 2013
    29 2,469

    Which memory is faster Heap or ByteBuffer or Direct ?

    Java is becoming new C/C++ , it is extensively used in developing High Performance System. Good for millions of Java…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaJuly 24th, 2013
    5 306

    ArrayList Using Memory Mapped File

    Introduction In-Memory computing is picking up due to affordable hardware, most of the data is kept in RAM to meet…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaJuly 1st, 2013
    5 329

    Lock Less Java Object Pool

    It has been a while since I wrote anything, I have been busy with my new job that involves doing…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaMay 28th, 2013
    0 95

    Experiment with ConcurrentHashmap

    I am investigating a memory issue in one of my recent projects where data is kept in memory for fast…

    Read More »
  • Software Development👁 Image
    Ashkrit SharmaMay 28th, 2013
    0 148

    Latency number that you should know

    Latency number that you should know Many of you work on low latency & high throughput systems. The key to…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaMay 24th, 2013
    9 661

    Power of Java MemoryMapped File

    Power of Java MemoryMapped File In JDK 1.4 an interesting feature of Memory mapped file was added to Java, which…

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