Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kirsche (0.04 sec)

  1. guava/src/com/google/common/hash/BloomFilterStrategies.java

     * @author Kurt Alfred Kluever
     */
    @ElementTypesAreNonnullByDefault
    enum BloomFilterStrategies implements BloomFilter.Strategy {
      /**
       * See "Less Hashing, Same Performance: Building a Better Bloom Filter" by Adam Kirsch and Michael
       * Mitzenmacher. The paper argues that this trick doesn't significantly deteriorate the
       * performance of a Bloom filter (yet only needs two 32bit hash functions).
       */
      MURMUR128_MITZ_32() {
        @Override
    Registered: 2024-11-01 12:43
    - Last Modified: 2022-10-10 19:45
    - 10.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 📝 Fix minor typos. PR [#12516](https://github.com/fastapi/fastapi/pull/12516) by [@kkirsche](https://github.com/kkirsche).
    * 🌐 Fix rendering issue in translations. PR [#12509](https://github.com/fastapi/fastapi/pull/12509) by [@alejsdev](https://github.com/alejsdev).
    
    ### Translations
    
    Registered: 2024-11-03 07:19
    - Last Modified: 2024-11-01 11:25
    - 460.3K bytes
    - Viewed (0)
Back to top