Lucy::Object::I32Array
----------------------
Key: LUCY-82
URL: https://issues.apache.org/jira/browse/LUCY-82
Project: Lucy
Issue Type: New Feature
Components: Core
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
I32Array fills the vacuum the C language leaves for a bounded array of
integers. In many cases, we will want to operate on a raw C array of integers
instead, using the routines from NumberUtils and performing manually optimized
bounds checking only when necessary. However, sometimes it is simply easier
to pass around the array wrapped in an object that knows how to do safe
lookups itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.