- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for Gerrand (0.09 seconds)
-
tests/lru_test.go
func BenchmarkLRU_Freq_NoExpire(b *testing.B) { l := lru.NewLRU[int64, int64](8192, nil, 0) trace := make([]int64, b.N*2) for i := 0; i < b.N*2; i++ { if i%2 == 0 { trace[i] = getRand(b) % 16384 } else { trace[i] = getRand(b) % 32768 } } b.ResetTimer() for i := 0; i < b.N; i++ { l.Add(trace[i], trace[i]) } var hit, miss int for i := 0; i < b.N; i++ {
Created: 2026-04-05 09:35 - Last Modified: 2025-09-08 09:19 - 10.4K bytes - Click Count (0) -
docs/es/docs/advanced/events.md
Puedes definir manejadores de eventos (funciones) que necesitan ser ejecutadas antes de que la aplicación se inicie, o cuando la aplicación se está cerrando. Estas funciones pueden ser declaradas con `async def` o `def` normal. ### Evento `startup` { #startup-event }
Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 18:15 - 8.4K bytes - Click Count (0) -
docs/de/docs/tutorial/background-tasks.md
Es kann sich um eine `async def`- oder normale `def`-Funktion handeln. **FastAPI** weiß, wie damit zu verfahren ist. In diesem Fall schreibt die Taskfunktion in eine Datei (den Versand einer E-Mail simulierend). Und da der Schreibvorgang nicht `async` und `await` verwendet, definieren wir die Funktion mit normalem `def`: {* ../../docs_src/background_tasks/tutorial001_py310.py hl[6:9] *}
Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:58 - 5.7K bytes - Click Count (0) -
docs/en/docs/async.md
All of the cashiers doing all the work with one client after the other 👨💼⏯. And you have to wait 🕙 in the line for a long time or you lose your turn. You probably wouldn't want to take your crush 😍 with you to run errands at the bank 🏦. ### Burger Conclusion { #burger-conclusion } In this scenario of "fast food burgers with your crush", as there is a lot of waiting 🕙, it makes a lot more sense to have a concurrent system ⏸🔀⏯.
Created: 2026-04-05 07:19 - Last Modified: 2026-03-05 18:13 - 23.4K bytes - Click Count (0) -
doc/go_mem.html
in that most races have a limited number of outcomes, and less like C and C++, where the meaning of any program with a race is entirely undefined, and the compiler may do anything at all. Go's approach aims to make errant programs more reliable and easier to debug, while still insisting that races are errors and that tools can diagnose and report them. </p> <h2 id="model">Memory Model</h2> <p>
Created: 2026-04-07 11:13 - Last Modified: 2025-08-05 15:41 - 26.6K bytes - Click Count (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
veneto.it venezia.it venice.it vennesla.no ventures verbania.it vercel.app vercel.dev vercelli.it verdal.no verisign vermögensberater vermögensberatung verona.it verran.no verse.jp versicherung versus.jp vestby.no vestnes.no vestre-slidre.no vestre-toten.no vestvagoy.no vestvågøy.no vet vet.br veterinaire.fr veterinaire.km
Created: 2026-04-03 11:42 - Last Modified: 2025-05-27 22:00 - 129.6K bytes - Click Count (3) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// eat : Charleston Road Registry Inc. // https://www.iana.org/domains/root/db/eat.html eat // eco : Big Room Inc. // https://www.iana.org/domains/root/db/eco.html eco // edeka : EDEKA Verband kaufmännischer Genossenschaften e.V. // https://www.iana.org/domains/root/db/edeka.html edeka // education : Binky Moon, LLC // https://www.iana.org/domains/root/db/education.html education
Created: 2026-04-03 11:42 - Last Modified: 2024-12-27 13:39 - 309.7K bytes - Click Count (1) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
veneto.it venezia.it venice.it vennesla.no ventures verbania.it vercel.app vercel.dev vercelli.it verdal.no verisign vermögensberater vermögensberatung verona.it verran.no verse.jp versicherung versus.jp vestby.no vestnes.no vestre-slidre.no vestre-toten.no vestvagoy.no vestvågøy.no vet vet.br veterinaire.fr veterinaire.km
Created: 2026-04-03 11:42 - Last Modified: 2024-12-31 14:50 - 129.6K bytes - Click Count (2)