diff --git a/src/overview.html b/src/overview.html index e49618e96..ed160067f 100644 --- a/src/overview.html +++ b/src/overview.html @@ -11,7 +11,7 @@ footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files. It is free software - distributed under the Apache License 2.0. + distributed under the Apache License 2.0. @@ -519,7 +519,7 @@

Functions

fastutil provides interfaces, abstract implementations and the usual array of wrappers in the suitable static container (e.g., {@link it.unimi.dsi.fastutil.ints.Int2IntFunctions}). - Implementations will be provided by other projects (e.g., Sux4J). + Implementations will be provided by other projects (e.g., Sux4J). Type-specific functions require just to define their {@code get()} methods: thus, they can be defined by lambda expressions. @@ -701,7 +701,7 @@

More on the support for very large collections

as well as static containers (see, e.g., {@link it.unimi.dsi.fastutil.ints.IntBigLists}). Whereas it is unlikely that such collection will be in main memory as big arrays, there are number of situations, such as exposing large files through a list interface or - storing a large amount of data using succinct data structures, + storing a large amount of data using succinct data structures, in which a big list interface is natural.

Unfortunately, {@linkplain java.util.List lists} and {@linkplain it.unimi.dsi.fastutil.BigList big lists},