mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
35c9ef7680
Manual implementation of vector builder that avoid any copying (if the initial `capacity` is exact). Moreover the builder optimizes for storage of `double` and `long` values - if the array homogeneously consists of these values, then no boxing happens and only primitive types are stored.
# Important Notes
Added few tests to [Vector_Spec.enso](
|
||
---|---|---|
.. | ||
base/src/main/java/org/enso/base | ||
database/src/main/java/org/enso/database | ||
google-api | ||
image/src/main/java/org/enso/image | ||
table/src/main |