Skip to content

cristianossd/lisch-eisch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LISCH and EISCH Database Algorithms

Both of these algorithms are used in some applications against collisions. The LISCH means late insertion standard coalesced hashing that have an insertion at the end. Instead the LISCH, the EISCH have an insertion at the beginning (early insertion).

Compile

Use GCC to compile. Using bash, just run a simple command::

$ gcc main.c -o output

Usage

First, you need to run the output file from gcc compiler.

$ ./output

After that, you will choose l to use LISCH algorithm or choose e to use EISCH algorithm.

Output

The binaries files are saved on files folder with the correspondent algorithm name + .dat extension.

About

Database structure algorithms used against collisions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages