Skip to content

jaantollander/CellListsBenchmarks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CellListsBenchmarks.jl

Benchmarks for the CellLists.jl package.

Usage

using CellListsBenchmarks

n = 100
d = 2
r = 0.1
seed = 1
iterations = 1
seconds = 1.0
Benchmark("cell_list_serial", n, d, r, seed, iterations, seconds)
Benchmark("cell_list_threads", n, d, r, seed, iterations, seconds)
Benchmark("brute_force", n, d, r, seed, iterations, seconds)
Benchmark("cell_lists", n, d, r, seed, iterations, seconds)
Benchmark("cell_lists", n, d, Float32(r), seed, iterations, seconds)
Benchmark("near_neighbors_serial", n, d, r, seed, iterations, seconds)
Benchmark("near_neighbors_threads", n, d, r, seed, iterations, seconds)

About

Benchmarks for CellLists.jl package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages