TymeacDSE 2.6 ChangeLog:
- Adds built-in functions for: Sort, Sum, Map/Reduce, and Filter.
- It adds a new client side feature TyArrays for accessing the built-in functions more easily.
- TyArrays contains static methods for all the functions both using a synchronous call and an asynchronous call with/without callback.
- Parallel sorting, etc.
- both synchronously and asynchronously with/without callback can now be done in a single line: TyArraysReturn back = TyArrays.sort(tymeac, new BIFArrayInput(array, threshold))
暂无更多评论