Skip to content

tommythorn/bounded-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Array Access Without Bounds Check

... well, we do the bounds check at index creation but that allows us to store indicies and use them later without the bounds check overhead.

Acknowledgments

The first few versions of this had embarassing issues and I'm indebt to Kornel Lesiński for pointing them out.

About

Simple demonstration of how to migrated the bounds check to the index creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages