MSofiaGoncalves / SDLE

1 stars 2 forks source link

Feature/consistent hashing #19

Closed jlcrodrigues closed 1 year ago

jlcrodrigues commented 1 year ago

Closes #18

Create a Consistent Hashing implementation. It divides up the nodes (uses a configurable number of virtual nodes) through the hashing space (size also configurable).

Implemented usage for list insertion.

The current program flow is the following.

image