GeekArticles
Programming
C++Calculating Percentiles in Memory-bound Applications
Author: codeproject.com |
Published: 29th Apr 2008 |
Visited: 65 times |
Add CommentFiled in: CPlusPlusHow to compute percentiles of a stream of data too large to fit into memory at once
Read Article Sponsored Links
Related Articles
• Large JVM Memory and Garbage Collection
Although physical RAM is inexpensive, allocating large of amounts of memory to a JVM instance is not generally a good idea, says Azul CTO Gil Tene in this interview with Artima. Tene shows how recent research in garbage collection and JVM implementation helps overcome the memory barrier, resultin ...
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• OpenSocial: The Power of Social Networks in Your Applications What is OpenSocial and how can you use it to build web applications that leverage the power of social networks? Find out while going from a basic example application in a local sandbox to a full-featured application deployed in a live contai ...
• Visualizing Cluster-Based Applications
Detecting concurrency-related bugs and performance bottlenecks is hard, especially on clusters consisting of a large number of nodes. In an interview with Artima, Terracotta co-founder and CTO Ari Zilka explains the importance of visualization in cluster-based applications, and introduces Terracott ...