|
|
|
|
|
by larsmak
4446 days ago
|
|
Having used HazelCast extensively, and considering making some of my code Sirius-depentant, I can tell you that it is not more advanced. Sirius is basically just a distributed key-value store w/no partitioning, whereas HazelCast has a lot of abstractions built on top of the simpler principle[1]. In fact, it might be a bit overkill in some situations, and that's one of the reasons I will consider Sirius. [1] http://www.hazelcast.org/docs/3.1/manual/html-single/ |
|