All Questions
2 questions
1
vote
1
answer
613
views
Most efficient way to keep count of objects in State X without constantly counting
The application I work on manages hundreds of thousands of records each in a different state in their lifecycle. A large requirement is to have a nearly accurate count of these objects in each state ...
2
votes
7
answers
3k
views
Caching's Effect on Program Performance
How does caching effect the performance of a running program? From my understanding, the assumption that each instruction always takes the same amount of time is not always correct, because of the ...