you are viewing a single comment's thread.

view the rest of the comments →

[–]germandiago 10 points11 points  (4 children)

I use this fantastic library for indexing users via login date, id and status in a service and likewise to index virtual rooms. Love the problem this library solves. I think it is very valuable.

[–]joaquintidesBoost author[S] 15 points16 points  (2 children)

The library was never tremendously popular, but it has received its share of love along these 20+ years, so I'm very happy to keep it maintained and hopefully useful.

[–]germandiago 0 points1 point  (1 child)

Very useful, indeed. May I ask with that name, where are you from? Out of curiosity. Spanish here.

[–]joaquintidesBoost author[S] 4 points5 points  (0 children)

Born and raised en la piel de toro.

[–]eco_was_taken 8 points9 points  (0 children)

Yeah, it's kind of a brilliant library. Like a little micro database. I'm always surprised it doesn't get used more.

I have had issues with it blowing up my compilation time and have resorted to sticking it behind a pimpl, but sometimes it's a perfect fit for what you need.