Core modules refactored
Some of the complaints that we hear about MyLibrary is that it is too slow. This has been true because the core modules for the API were too old school OOP, and incorporated “attribute” values which were in reality bulky arrays of data representing the relationship between the object and other objects in the database. […]