What if we need traditional object-oriented API and extra high performance for field-wise operations in one place?
I designed my CPS exactly having this in mind. The article is for describing the idea behind the library.
Imagine you have 10 million product objects, which have the following structure:
class Product {
String name;






