Bug 1342 - Add a SparseArray into Java3D for performance
Summary: Add a SparseArray into Java3D for performance
Status: UNCONFIRMED
Alias: None
Product: Java3D
Classification: General
Component: core (show other bugs)
Version: tbd
Hardware: All all
: P4 normal
Assignee: Phil Jordan
URL:
Depends on:
Blocks:
 
Reported: 2016-11-05 05:59 CET by Phil Jordan
Modified: 2016-11-05 05:59 CET (History)
1 user (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Jordan 2016-11-05 05:59:49 CET
SparseArray are faster for int indexed hashmaps, and Java3D uses a lot of them, particularly in the Pipelines.

I propose putting it in the Java3D package, so import organization clarifies this is for internal use.