Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arafatkatze/DataViz
/ functions
Functions
773 in github.com/arafatkatze/DataViz
⨍
Functions
773
◇
Types & classes
47
Function
BenchmarkBTreeRemove1000
(b *testing.B)
trees/btree/btree_test.go:1224
Function
BenchmarkBTreeRemove10000
(b *testing.B)
trees/btree/btree_test.go:1235
Function
BenchmarkBTreeRemove100000
(b *testing.B)
trees/btree/btree_test.go:1246
Function
BenchmarkBinaryHeapPop100
(b *testing.B)
trees/binaryheap/binaryheap_test.go:306
Function
BenchmarkBinaryHeapPop1000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:317
Function
BenchmarkBinaryHeapPop10000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:328
Function
BenchmarkBinaryHeapPop100000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:339
Function
BenchmarkBinaryHeapPush100
(b *testing.B)
trees/binaryheap/binaryheap_test.go:350
Function
BenchmarkBinaryHeapPush1000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:358
Function
BenchmarkBinaryHeapPush10000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:369
Function
BenchmarkBinaryHeapPush100000
(b *testing.B)
trees/binaryheap/binaryheap_test.go:380
Function
BenchmarkDoublyLinkedListAdd100
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:546
Function
BenchmarkDoublyLinkedListAdd1000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:554
Function
BenchmarkDoublyLinkedListAdd10000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:565
Function
BenchmarkDoublyLinkedListAdd100000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:576
Function
BenchmarkDoublyLinkedListGet100
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:502
Function
BenchmarkDoublyLinkedListGet1000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:513
Function
BenchmarkDoublyLinkedListGet10000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:524
Function
BenchmarkDoublyLinkedListGet100000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:535
Function
BenchmarkDoublyLinkedListRemove100
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:587
Function
BenchmarkDoublyLinkedListRemove1000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:598
Function
BenchmarkDoublyLinkedListRemove10000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:609
Function
BenchmarkDoublyLinkedListRemove100000
(b *testing.B)
lists/doublylinkedlist/doublylinkedlist_test.go:620
Function
BenchmarkGoSortRandom
(b *testing.B)
utils/sort_test.go:95
Function
BenchmarkRedBlackTreeGet100
(b *testing.B)
trees/redblacktree/redblacktree_test.go:611
Function
BenchmarkRedBlackTreeGet1000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:622
Function
BenchmarkRedBlackTreeGet10000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:633
Function
BenchmarkRedBlackTreeGet100000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:644
Function
BenchmarkRedBlackTreePut100
(b *testing.B)
trees/redblacktree/redblacktree_test.go:655
Function
BenchmarkRedBlackTreePut1000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:663
Function
BenchmarkRedBlackTreePut10000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:674
Function
BenchmarkRedBlackTreePut100000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:685
Function
BenchmarkRedBlackTreeRemove100
(b *testing.B)
trees/redblacktree/redblacktree_test.go:696
Function
BenchmarkRedBlackTreeRemove1000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:707
Function
BenchmarkRedBlackTreeRemove10000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:718
Function
BenchmarkRedBlackTreeRemove100000
(b *testing.B)
trees/redblacktree/redblacktree_test.go:729
Function
BenchmarkSinglyLinkedListAdd100
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:469
Function
BenchmarkSinglyLinkedListAdd1000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:477
Function
BenchmarkSinglyLinkedListAdd10000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:488
Function
BenchmarkSinglyLinkedListAdd100000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:499
Function
BenchmarkSinglyLinkedListGet100
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:425
Function
BenchmarkSinglyLinkedListGet1000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:436
Function
BenchmarkSinglyLinkedListGet10000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:447
Function
BenchmarkSinglyLinkedListGet100000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:458
Function
BenchmarkSinglyLinkedListRemove100
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:510
Function
BenchmarkSinglyLinkedListRemove1000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:521
Function
BenchmarkSinglyLinkedListRemove10000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:532
Function
BenchmarkSinglyLinkedListRemove100000
(b *testing.B)
lists/singlylinkedlist/singlylinkedlist_test.go:543
Function
BenchmarkTreeMapGet100
(b *testing.B)
maps/treemap/treemap_test.go:494
Function
BenchmarkTreeMapGet1000
(b *testing.B)
maps/treemap/treemap_test.go:505
Function
BenchmarkTreeMapGet10000
(b *testing.B)
maps/treemap/treemap_test.go:516
Function
BenchmarkTreeMapGet100000
(b *testing.B)
maps/treemap/treemap_test.go:527
Function
BenchmarkTreeMapPut100
(b *testing.B)
maps/treemap/treemap_test.go:538
Function
BenchmarkTreeMapPut1000
(b *testing.B)
maps/treemap/treemap_test.go:546
Function
BenchmarkTreeMapPut10000
(b *testing.B)
maps/treemap/treemap_test.go:557
Function
BenchmarkTreeMapPut100000
(b *testing.B)
maps/treemap/treemap_test.go:568
Function
BenchmarkTreeMapRemove100
(b *testing.B)
maps/treemap/treemap_test.go:579
Function
BenchmarkTreeMapRemove1000
(b *testing.B)
maps/treemap/treemap_test.go:590
Function
BenchmarkTreeMapRemove10000
(b *testing.B)
maps/treemap/treemap_test.go:601
Function
BenchmarkTreeMapRemove100000
(b *testing.B)
maps/treemap/treemap_test.go:612
Function
ByteComparator
ByteComparator provides a basic comparison on byte
utils/comparator.go:207
Method
Clear
Clear removes all elements from the map.
maps/treemap/treemap.go:83
Method
Clear
()
containers/containers_test.go:24
Method
Clear
Clear removes all elements from the heap.
trees/binaryheap/binaryheap.go:93
Method
Clear
Clear removes all elements from the list.
lists/arraylist/arraylist.go:122
Method
Clear
Clear removes all elements from the stack.
stacks/arraystack/arraystack.go:62
Method
Contains
Contains check if values (one or more) are present in the set. All values have to be present in the set for the method to return true. Performance tim
lists/doublylinkedlist/doublylinkedlist.go:141
Method
Contains
Contains checks if elements (one or more) are present in the set. All elements have to be present in the set for the method to return true. Performanc
lists/arraylist/arraylist.go:74
Method
Contains
Contains checks if values (one or more) are present in the set. All values have to be present in the set for the method to return true. Performance ti
lists/singlylinkedlist/singlylinkedlist.go:121
Method
Each
Each calls the given function once for each element, passing that element's key and value.
maps/treemap/enumerable.go:13
Method
Each
Each calls the given function once for each element, passing that element's index and value.
containers/enumerable.go:6
Method
Each
Each calls the given function once for each element, passing that element's index and value.
lists/doublylinkedlist/enumerable.go:10
Method
Each
Each calls the given function once for each element, passing that element's index and value.
lists/arraylist/enumerable.go:10
Method
Each
Each calls the given function once for each element, passing that element's index and value.
lists/singlylinkedlist/enumerable.go:14
Method
Empty
Empty returns true if map does not contain any elements
maps/treemap/treemap.go:63
Method
Empty
()
containers/containers_test.go:16
Method
Empty
Empty returns true if heap does not contain any elements.
trees/binaryheap/binaryheap.go:83
Method
Empty
Empty returns true if list does not contain any elements.
lists/doublylinkedlist/doublylinkedlist.go:187
Method
Empty
Empty returns true if list does not contain any elements.
lists/arraylist/arraylist.go:112
Method
Empty
Empty returns true if list does not contain any elements.
lists/singlylinkedlist/singlylinkedlist.go:167
Method
Empty
Empty returns true if stack does not contain any elements.
stacks/arraystack/arraystack.go:52
Method
End
End moves the iterator past the last element (one-past-the-end). Call Prev() to fetch the last element if any.
maps/treemap/iterator.go:57
Method
End
End moves the iterator past the last element (one-past-the-end). Call Prev() to fetch the last element if any.
containers/iterator.go:72
Method
Find
Find passes each element of the container to the given function and returns the first (key,value) for which the function is true or nil,nil otherwise
maps/treemap/enumerable.go:71
Method
Find
Find passes each element of the container to the given function and returns the first (index,value) for which the function is true or -1,nil otherwise
containers/enumerable.go:28
Method
Find
Find passes each element of the container to the given function and returns the first (index,value) for which the function is true or -1,nil otherwise
lists/doublylinkedlist/enumerable.go:67
Method
Find
Find passes each element of the container to the given function and returns the first (index,value) for which the function is true or -1,nil otherwise
lists/arraylist/enumerable.go:67
Method
Find
Find passes each element of the container to the given function and returns the first (index,value) for which the function is true or -1,nil otherwise
lists/singlylinkedlist/enumerable.go:71
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
maps/treemap/iterator.go:64
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
containers/iterator.go:26
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
trees/avltree/iterator.go:112
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
trees/btree/iterator.go:183
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
trees/redblacktree/iterator.go:147
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
trees/binaryheap/iterator.go:69
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
lists/doublylinkedlist/iterator.go:89
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
lists/arraylist/iterator.go:68
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
lists/singlylinkedlist/iterator.go:67
Method
First
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
stacks/arraystack/iterator.go:69
Function
Float32Comparator
Float32Comparator provides a basic comparison on float32
utils/comparator.go:179
Function
Float64Comparator
Float64Comparator provides a basic comparison on float64
utils/comparator.go:193
← previous
next →
301–400 of 773, ranked by callers