Documentation ¶
Overview ¶
Package caching provides code to show why Data Oriented Design matters. How data layouts matter more to performance than algorithm efficiency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnTraverse ¶
func ColumnTraverse() int
ColumnTraverse traverses the matrix linearly down each column.
func LinkedListTraverse ¶
func LinkedListTraverse() int
LinkedListTraverse traverses the linked list linearly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.