문제

I'm trying to pick out my next hackery project. It'll likely be one of the following:

  • A sparse radix trie Implementation with extremely fast set operations
  • A really good soft heap implementation
  • A bloomier filter implementation
  • A collection of small financial algorithms, such as deriving total returns given a set of dividends and minimal information about them.

But I can't choose. So I thought I'd put my fate in the hands of my peers. Which of those four would you find most useful? Most interesting to work on? Which do you think is the most needed?

도움이 되었습니까?

해결책

I didn't know what a bloomier (maybe Bloom?) filter is until reading your question. Sounds cool and useful.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top