MCPcopy Create free account

hub / github.com/avinassh/fast-sqlite3-inserts / functions

Functions49 in github.com/avinassh/fast-sqlite3-inserts

↓ 11 callersFunctionget_random_active
()
src/lib.rs:8
↓ 11 callersFunctionget_random_age
()
src/lib.rs:4
↓ 10 callersMethodas_str
(&self)
src/lib.rs:52
↓ 9 callersFunctionget_random_area_code
()
src/lib.rs:16
↓ 9 callersFunctionget_random_bool
()
src/lib.rs:12
↓ 6 callersFunctionget_random_active
()
commons.py:27
↓ 6 callersFunctionget_random_age
()
commons.py:24
↓ 6 callersFunctionget_random_area_code
()
commons.py:19
↓ 6 callersFunctionget_random_bool
()
commons.py:30
↓ 5 callersFunctioncreate_table
(con: sqlite3.Connection)
commons.py:7
↓ 2 callersFunctionformat_6digits_number
Formats a number that is between 0 and 999_999, the number will be padded with `0`s.
src/lib.rs:24
↓ 1 callersFunctionconsumer
(rx: Receiver<ParamValues>)
src/bin/threaded_batched.rs:26
↓ 1 callersFunctionconsumer
(rx: Receiver<String>)
src/bin/threaded_str_batched.rs:16
↓ 1 callersFunctionfaker
(con: sqlite3.Connection, count=100_000)
sqlite3_opt.py:17
↓ 1 callersFunctionfaker
(con: sqlite3.Connection, count=100_000)
naive_batched.py:17
↓ 1 callersFunctionfaker
(con: sqlite3.Connection, count=100_000)
sqlite3_opt_batched.py:17
↓ 1 callersFunctionfaker
(con: sqlite3.Connection, count=100_000)
naive.py:18
↓ 1 callersFunctionfaker
(count=100_000)
busy_loop.py:12
↓ 1 callersFunctionfaker
(mut conn: Connection, count: i64)
src/bin/basic_batched_wp.rs:15
↓ 1 callersFunctionfaker
(count: i64)
src/bin/busy.rs:11
↓ 1 callersFunctionfaker
(mut conn: Connection, count: i64)
src/bin/basic.rs:12
↓ 1 callersFunctionfaker
(count: i64)
src/bin/threaded_busy.rs:14
↓ 1 callersFunctionfaker
(tx: &Transaction, count: i64)
src/bin/basic_batched.rs:21
↓ 1 callersFunctionfaker
(mut conn: SqliteConnection, count: i64)
src/bin/basic_async.rs:16
↓ 1 callersFunctionfaker
(tx: &Transaction, count: i64)
src/bin/basic_prep.rs:19
↓ 1 callersFunctionfaker_wrapper
(mut conn: Connection, count: i64)
src/bin/basic_batched.rs:15
↓ 1 callersFunctionfaker_wrapper
(mut conn: Connection, count: i64)
src/bin/basic_prep.rs:13
↓ 1 callersFunctionmain
()
sqlite3_opt.py:32
↓ 1 callersFunctionmain
()
naive_batched.py:38
↓ 1 callersFunctionmain
()
sqlite3_opt_batched.py:40
↓ 1 callersFunctionmain
()
naive.py:32
↓ 1 callersFunctionmain
()
threaded_batched.py:63
↓ 1 callersFunctionmain
()
busy_loop.py:29
↓ 1 callersFunctionmulti_producers
()
src/bin/threaded_busy.rs:33
↓ 1 callersFunctionproducer
(tx: Sender<ParamValues>, count: i64)
src/bin/threaded_batched.rs:86
↓ 1 callersFunctionproducer
(tx: Sender<String>, count: i64)
src/bin/threaded_str_batched.rs:42
Functionconsumer
()
threaded_batched.py:24
Functionformatting
()
src/lib.rs:40
Functionmain
()
src/bin/basic_batched_wp.rs:45
Functionmain
()
src/bin/threaded_batched.rs:125
Functionmain
()
src/bin/threaded_str_batched.rs:70
Functionmain
()
src/bin/busy.rs:30
Functionmain
()
src/bin/basic.rs:36
Functionmain
()
src/bin/threaded_busy.rs:46
Functionmain
()
src/bin/basic_batched.rs:83
Functionmain
()
src/bin/basic_async.rs:50
Functionmain
()
src/bin/basic_prep.rs:43
Functionproducer
(count: int)
threaded_batched.py:42
Methodto_sql
(&self)
src/lib.rs:58