caching

package
v0.0.0-...-b2ac4ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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.

func RowTraverse

func RowTraverse() int

RowTraverse traverses the matrix linearly down each row.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL