package
0.0.0-20240814153542-64ae15e81c8c
Repository: https://github.com/iamsumit/go-dsa.git
Documentation: pkg.go.dev

# README

Benchmark Result

BenchmarkSlicecAccessEmpty-10          		         0.3157 ns/op
BenchmarkSliceAccessAll-10             		         0.3109 ns/op
BenchmarkSliceAccessOne-10             		         0.3113 ns/op
BenchmarkSliceAccessSelected-10        		         0.3112 ns/op
BenchmarkSliceUpdate-10                		         0.3128 ns/op
BenchmarkSliceAppend-10                		         7.151 ns/op
BenchmarkSliceIteration-10             		         2.809 ns/op
BenchmarkFindFirstElementInSlice-10    		         0.6252 ns/op
BenchmarkFindThirdElementInSlice-10    		         1.884 ns/op
BenchmarkFindLastElementInSlice-10     		         2.500 ns/op