MCPcopy Create free account

hub / github.com/dgryski/trifles / functions

Functions595 in github.com/dgryski/trifles

MethodLess
(i, j int)
gddo/gddo.go:27
FunctionLevenshtein
This implementation translated from the optimized C code at https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance#C
leven/leven.go:5
FunctionLowbias32
https://nullprogram.com/blog/2018/07/31/ exact bias: 0.17353355999581582
inthash/inthash.go:185
FunctionLowbias32_r
inverse
inthash/inthash.go:195
FunctionMatch
go:noescape
testlibfsm/fishasm/fishasm_stub.go:4
FunctionMatch
go:noescape
sshdregex/asm/fsmasm_stub.go:6
FunctionMatch
(data []byte)
sshdregex/asm/fsmasm_tinygo.go:5
FunctionMatch
(data []byte)
sshdregex/c/c.go:10
FunctionMatch
go:noescape
fsmdemo/fishasm/fishasm_stub.go:4
FunctionMatch
(data string)
fsmdemo/fishfsm/fishfsm.go:3
FunctionMedian
(a [5]int)
median/median.go:3
FunctionMurmur3_64_Finalizer
(key uint64)
inthash/inthash.go:173
FunctionNew
(capacity int)
cachetest/random/random.go:13
FunctionNew
(oncecap, twicecap int)
cachetest/slru/slru.go:10
FunctionNew
(capacity int)
cachetest/tworand/two.go:20
FunctionNew
(capacity int)
cachetest/clock/clock.go:16
FunctionNew
(capacity int)
cachetest/randmark/randmark.go:21
FunctionNew
(total int)
ewmaest/ewmaest.go:18
FunctionNewSliceScanner
NewSliceScanner creates a scanner that returns the byte slices in tokens
simhash/scanners.go:19
FunctionOMG
(args ...interface{})
go-wtflog/wtflog.go:20
FunctionRandShell
(a []int)
shellsort/shell.go:66
FunctionRidder
Numerical Methods in Engineering with Python -> Go
numerical/root.go:92
FunctionRomberg
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:76
FunctionRrxmrrxmsx_0
http://mostlymangling.blogspot.com/2019/01/better-stronger-mixer-and-test-procedure.html
inthash/inthash.go:217
FunctionRun
(prompt string, commands map[string]Cmd)
repl/repl.go:15
MethodScan
()
simhash/scanners.go:27
FunctionSecant
(f func(x float64) float64, x0, x1 float64)
numerical/root.go:27
MethodSet
(key string, value interface{})
cachetest/random/random.go:25
MethodSet
(key string, value interface{})
cachetest/tworand/two.go:37
MethodSet
(key string, value interface{})
cachetest/clock/clock.go:33
MethodSet
(key string, value interface{})
cachetest/randmark/randmark.go:75
FunctionShell
(a []int)
shellsort/shell.go:8
FunctionSimpsons
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:105
FunctionSimpsons38
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:110
FunctionSimpsons38Composite
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:130
FunctionSimpsonsAdaptive
thin function -- prime the recursive pump and make the API match our other integration routines
numerical/integrate.go:155
FunctionSimpsonsComposite
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:115
MethodString
()
range2cidr/main.go:16
MethodString
()
allten/allten.go:33
MethodSwap
(i, j int)
intset/intset.go:482
MethodSwap
(i, j int)
prior/main.go:95
MethodSwap
(i, j int)
gddo/gddo.go:26
FunctionTestBTable
(t *testing.T)
strtable/strtable_test.go:46
FunctionTestFastMin
(t *testing.T)
branchfree/select_test.go:8
FunctionTestFrog
(t *testing.T)
strtable/strtable_test.go:47
FunctionTestHash64Inv
(t *testing.T)
inthash/inthash_test.go:8
FunctionTestInt32n
(t *testing.T)
fastrand/fastrand_test.go:35
FunctionTestIntegrators
(t *testing.T)
numerical/integrate_test.go:13
FunctionTestIntn
(t *testing.T)
fastrand/fastrand_test.go:23
FunctionTestNative
(t *testing.T)
strtable/strtable_test.go:44
FunctionTestParseLine
(t *testing.T)
cstbucket/parse_test.go:8
FunctionTestRH
(t *testing.T)
strtable/strtable_test.go:48
FunctionTestRand
(t *testing.T)
shellsort/shell_test.go:42
FunctionTestRootSolve
(t *testing.T)
numerical/root_test.go:13
FunctionTestSearch
(t *testing.T)
fastsearch/fastsearch_test.go:5
FunctionTestSearchBig
(t *testing.T)
interp/interp_test.go:97
FunctionTestSearchSmall
(t *testing.T)
interp/interp_test.go:65
FunctionTestShell
(t *testing.T)
shellsort/shell_test.go:41
FunctionTestSimHash
(t *testing.T)
simhash/simhash_test.go:17
FunctionTestTSIP
(t *testing.T)
tsip/go/tsip_test.go:10
FunctionTestTable
(t *testing.T)
strtable/strtable_test.go:45
FunctionTestUnpack
TestUnpack tests the unpacking routine
fuzzprot/fuzzprot_test.go:9
FunctionTrapezoid
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:7
FunctionTrapezoidFast
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:27
FunctionTrapezoidIterative
(start float64, end float64, steps int, fp func(float64) float64)
numerical/integrate.go:40
FunctionTriple32
exact bias: 0.020888578919738908
inthash/inthash.go:205
FunctionUUIDv4
UUIDv4 returns a type 4 (`random') UUID
uuid/uuid.go:11
FunctionWTF
(args ...interface{})
go-wtflog/wtflog.go:19
FunctionXorshift32
https://en.wikipedia.org/wiki/Xorshift Xorshift32 is an xorshift RNG
inthash/inthash.go:142
FunctionXorshiftMult64
64-bit xorshift multiply rng from http://vigna.di.unimi.it/ftp/papers/xorshift.pdf
inthash/inthash.go:166
Method__init__
(self, xy)
maze/maze.py:10
Method__init__
(self, height, width)
maze/maze.py:40
Function__malloc_memstats
tinymalloc/malloc.c:459
Methodadd
(val int)
threadtree/threadthree.go:33
FunctionallHeros
(db HeroDB, parms martini.Params, r render.Render)
superbat/main.go:30
FunctionallLists
(db *bolt.DB, params martini.Params, req *http.Request, r render.Render)
mpush/main.go:33
Methodallow
(s string)
cachetest/bloom.go:18
Methodallow
(s string)
cachetest/prob.go:21
Methodallow
(s string)
cachetest/main.go:421
Functionbinsearch
(sortedArray []int, toFind int)
interp/interp_test.go:125
FunctionbtableInserter
(size int)
strtable/strtable_test.go:114
FunctioncreateHero
(db HeroDB, req *http.Request, r render.Render)
superbat/main.go:73
FunctioncreateList
(db *bolt.DB, params martini.Params, req *http.Request, r render.Render)
mpush/main.go:122
Methoddel
(val int)
threadtree/threadthree.go:69
Functiondraw_bottom_cell
(x)
maze/maze.py:157
Functiondraw_cell
(x)
maze/maze.py:150
Functiondraw_floor
(x)
maze/maze.py:171
Functiondraw_wall
(x)
maze/maze.py:162
Functionf1
(x float64)
numerical/root_test.go:9
FunctionfindHero
(db HeroDB, parms martini.Params, r render.Render)
superbat/main.go:40
FunctionfindList
(db *bolt.DB, params martini.Params, req *http.Request, r render.Render)
mpush/main.go:60
Functionfind_longest_match_best
(fileoffs int, buf []uint8, s []uint8)
lz/lz.go:74
Functionfind_longest_match_fast
(fileoffs int, buf []uint8, s []uint8)
lz/lz.go:24
FunctionfishasmMatch
export fishasmMatch
fsmdemo/sotest/fsmso/main.go:8
Functionfishmain
fsmdemo/fishvmc.c:2
Functionfree
tinymalloc/malloc.c:442
FunctionfrogInserter
(size int)
strtable/strtable_test.go:115
FunctiongetGcse
(q string)
gddo/gddo.go:66
FunctiongetGddo
(q string)
gddo/gddo.go:46
FunctiongetGithub
(q string)
gddo/gddo.go:106
← previousnext →401–500 of 595, ranked by callers