Skip to content

Instantly share code, notes, and snippets.

@Fadila82
Fadila82 / custom_filter.go
Last active June 17, 2019 11:20
Filters benchmark
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
package filters
import (
"encoding/binary"
"math"
"math/big"
)
@Fadila82
Fadila82 / external_filters.go
Created June 13, 2019 12:55
Filters benchmark
// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
package filters
import (
"encoding/binary"
"fmt"
"hash/fnv"
"math"