42
edits
Changes
→Computation Modes
== Computation Modes ==
Computation modes refer to how the functions in the library interact with the data that the data management part of the library handled. This can be divided into 3 types of interactions, batching, online and distributed. While batching and distributing are just efficient code handling of large data sets, distributed processing falls under parallel processing.
'''Batching:'''