Skip to content

issues Search Results · repo:yankun1992/fastbloom language:Rust

Filter by

14 results
 (70 ms)

14 results

inyankun1992/fastbloom (press backspace or delete to remove)

It would be interesting with expiring entries, so that when TTL is exceeded the entry is no longer in the bloomfilter.
  • jonathan-s
  • Opened 
    on Oct 29, 2024
  • #16

You should know that the use of #[cfg(target_pointer_width = 64 )] and the 32 equivalent makes this crate incompatible with serde, as a filter serialised on a 64bits arch, sent over the network, and deserialised ...
  • niko-ng
  • Opened 
    on May 12, 2024
  • #15

Thank you so much for this crate. Many serious applications of fastbloom may need serialization and deserialization support. Is this planned?
  • vinaykakade
  • 1
  • Opened 
    on Apr 25, 2024
  • #14

Hi Yankun, I testing load from file test.bin created with 10bil items, test.bin with 11.7Gb it load to Ram but need 23.4Gb Ram to load. My pc 16Gb ram and it load swap after loaded (224 second), 6Gb in ...
  • ghost
  • 11
  • Opened 
    on Dec 2, 2023
  • #13

Hello, I want to implement a set cardinality estimation function I m working on a PR (#11) but I cannot manage to launch my unit tests. Do you have any advice on how to build the project and launch the ...
  • t0k4rt
  • 5
  • Opened 
    on Oct 4, 2023
  • #12

Hi, How to save and load the created filter?
  • Maxim-MDProjects
  • 1
  • Opened 
    on Sep 4, 2023
  • #10

  • bitcoin-eagle
  • Opened 
    on Aug 23, 2023
  • #8

Hi! I d like to share my bloom filter output to Java services. Are there any Java libs that are compatible with the data structure provided by fastbloom? Thanks
  • lcmgh
  • 4
  • Opened 
    on Jul 10, 2023
  • #7

Your library looks great. My use case is in deduplication, so I would be wanting to know if a given string is already in the Bloom filter, and add it if not. I can certainly make a call to contains, and ...
  • craigschmidt
  • 2
  • Opened 
    on Jun 9, 2023
  • #6

Now there has some bulk insert API. Eg: # in BloomFilter def add_int_batch(self, array: Sequence[int]): ... def add_str_batch(self, array: Sequence[str]): ... ... Add more batch insert API and ...
  • yankun1992
  • 1
  • Opened 
    on Feb 14, 2023
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub