whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Replace serialization with Kryo - quick win #74

Open nealeu opened 12 years ago

nealeu commented 12 years ago

This looks like a quick win for 1.0 for performance and compactness.

Looks relatively easy to implement with sacrifice of cross platform support. Longer term protobuf would make sense.

For attribute maps, we'll probably go with our own format to supercede CompactAttrMap, designed for size/speed of scoring.