ARTICLES
Ordered hashtable
1. Hashtable A hashtable is a solution for associating keys with values. Its success comes from its speed. To work, a hashtable computes a hashcode for each key. This hashcode is used to designate the [...]
Asynchronous vs synchronous API – A 10:1 ratio
The NoSQL databases implement various techniques to meet the need for even faster access to (big) data: the asynchronous API is one of them. Let's be down to the earth: to store or retrieve information, [...]