Documentation
¶
Index ¶
- Constants
- func GenericBenchmarkSorted_Delete(create func() sortedintlist.IIntCollectionMutable, b *testing.B)
- func GenericBenchmarkSorted_GetAll(create func() sortedintlist.IIntListMutable, b *testing.B) *[]int
- func GenericBenchmarkSorted_GetUnique(create func() sortedintlist.IIntSetMutable, b *testing.B) *[]int
- func GenericBenchmarkSorted_InsertAscNoDups(create func() sortedintlist.IIntInsert, b *testing.B)
- func GenericBenchmarkSorted_InsertDescNoDups(create func() sortedintlist.IIntInsert, b *testing.B)
- func GenericBenchmarkSorted_InsertManyDups(create func() sortedintlist.IIntInsert, b *testing.B)
- func GenericBenchmarkSorted_InsertRandom(create func() sortedintlist.IIntInsert, b *testing.B)
- func GenericTestSorted_DeleteList(l sortedintlist.IIntListMutable, t *testing.T)
- func GenericTestSorted_DeleteSet(l sortedintlist.IIntSetMutable, t *testing.T)
- func GenericTestSorted_GetAll(l sortedintlist.IIntListMutable, t *testing.T)
- func GenericTestSorted_GetUnique(l sortedintlist.IIntSetMutable, t *testing.T)
- func GenericTestSorted_InsertList(l sortedintlist.IIntListMutable, t *testing.T)
- func GenericTestSorted_InsertSet(l sortedintlist.IIntSetMutable, t *testing.T)
- func GenericTestSorted_MinMax(minmax sortedintlist.IIntMinMax, t *testing.T)
- func GenericTestSorted_Size(l sortedintlist.IIntListMutable, t *testing.T)
- func GenericTestSorted_UniqueSize(l sortedintlist.IIntSetMutable, t *testing.T)
Constants ¶
View Source
const DEFAULT_BENCH_DATA_SEED int64 = 1234567890
View Source
const DEFAULT_BENCH_DATA_SIZE int = 10000
Variables ¶
This section is empty.
Functions ¶
func GenericBenchmarkSorted_Delete ¶
func GenericBenchmarkSorted_Delete(create func() sortedintlist.IIntCollectionMutable, b *testing.B)
func GenericBenchmarkSorted_GetAll ¶
func GenericBenchmarkSorted_GetAll(create func() sortedintlist.IIntListMutable, b *testing.B) *[]int
func GenericBenchmarkSorted_GetUnique ¶
func GenericBenchmarkSorted_GetUnique(create func() sortedintlist.IIntSetMutable, b *testing.B) *[]int
func GenericBenchmarkSorted_InsertAscNoDups ¶
func GenericBenchmarkSorted_InsertAscNoDups(create func() sortedintlist.IIntInsert, b *testing.B)
func GenericBenchmarkSorted_InsertDescNoDups ¶
func GenericBenchmarkSorted_InsertDescNoDups(create func() sortedintlist.IIntInsert, b *testing.B)
func GenericBenchmarkSorted_InsertManyDups ¶
func GenericBenchmarkSorted_InsertManyDups(create func() sortedintlist.IIntInsert, b *testing.B)
func GenericBenchmarkSorted_InsertRandom ¶
func GenericBenchmarkSorted_InsertRandom(create func() sortedintlist.IIntInsert, b *testing.B)
func GenericTestSorted_DeleteList ¶
func GenericTestSorted_DeleteList(l sortedintlist.IIntListMutable, t *testing.T)
func GenericTestSorted_DeleteSet ¶
func GenericTestSorted_DeleteSet(l sortedintlist.IIntSetMutable, t *testing.T)
func GenericTestSorted_GetAll ¶
func GenericTestSorted_GetAll(l sortedintlist.IIntListMutable, t *testing.T)
func GenericTestSorted_GetUnique ¶
func GenericTestSorted_GetUnique(l sortedintlist.IIntSetMutable, t *testing.T)
func GenericTestSorted_InsertList ¶
func GenericTestSorted_InsertList(l sortedintlist.IIntListMutable, t *testing.T)
func GenericTestSorted_InsertSet ¶
func GenericTestSorted_InsertSet(l sortedintlist.IIntSetMutable, t *testing.T)
func GenericTestSorted_MinMax ¶
func GenericTestSorted_MinMax(minmax sortedintlist.IIntMinMax, t *testing.T)
func GenericTestSorted_Size ¶
func GenericTestSorted_Size(l sortedintlist.IIntListMutable, t *testing.T)
func GenericTestSorted_UniqueSize ¶
func GenericTestSorted_UniqueSize(l sortedintlist.IIntSetMutable, t *testing.T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.