News

Abstract: This paper proposes an image encryption algorithm based on hash table structure scrambling and DNA substitution. The algorithm uses the classical `scrambling-diffusion' process, and the ...
hash_table.h is a header-only generic hash_table implementation in C. It utilizes (abuses?) the C preprocessor to provide a level of generality near C++ templates like the STL’s std::unordered_map. To ...
DELETE and INSERT operations can take a long time collision resolution for SEARCH can take a long time (due to jumping on linked list) ...
Abstract: Common web infrastructure relies on distributed main memory key-value stores to reduce access load on databases, thereby improving both performance and scalability of web sites. As standard ...