I hereby claim:
- I am costela on github.
- I am costela (https://keybase.io/costela) on keybase.
- I have a public key whose fingerprint is E0D8 88C9 518B 7DE7 2331 6D93 D6CE 13EE 3535 08BF
To claim this, I am signing this object:
| func BenchmarkServeContent(b *testing.B) { | |
| type readSeekWriterTo interface { | |
| io.ReadSeeker | |
| io.WriterTo | |
| } | |
| content, err := os.ReadFile("../../testdata/Isaac.Newton-Opticks.txt") | |
| if err != nil { | |
| b.Fatalf("could not open source file: %v", err) | |
| } |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "math" | |
| "os" | |
| "github.com/cespare/xxhash" | |
| "gonum.org/v1/gonum/floats" |
| package main | |
| import ( | |
| "context" | |
| "log" | |
| "net/http" | |
| "sync/atomic" | |
| "time" | |
| ) |
| from django.contrib.postgres.search import SearchVectorField | |
| from django.db.models.fields import NOT_PROVIDED | |
| class AutoSearchVectorField(SearchVectorField): | |
| def __init__(self, language_field: str, source_field_weights: dict, *args, **kwargs) -> None: | |
| self.language_field = language_field | |
| self.source_field_weights = source_field_weights | |
| kwargs["editable"] = False |
I hereby claim:
To claim this, I am signing this object: