3rd June 2019

Machine Learning With DAAL4PY

Daal4py makes your Machine Learning algorithms in Python lightning fast and easy to use. It provides highly configurable Machine Learning kernels, some of which support streaming input data and/or can be easily and efficiently scaled out to clusters of workstations. Internally it uses Intel® DAAL (Intel® Data Analytics Acceleration Library) to deliver the best performance. Designed For Data Scientists And Framework Designers daal4py was created to give data scientists the easiest way to utilize Intel® DAAL’s powerful machine learning building blocks directly in a high-productivity manner. A simplified API gives high-level abstractions to the user with minimal boilerplate, allowing for […]
24th May 2019

TypeScript 3.5 Fixes ‘unbearably slow’ Type-Checking Bug

New release candidate addresses regression in TypeScript 3.4 that impacts build times and editor operations TypeScript 3.5, the latest version of Microsoft’s popular typed superset of JavaScript, is now available in a release candidate. The update is set to add optimizations for type-checking, addressing a serious speed regression introduced with the previous release. With TypeScript 3.5, Microsoft’s TypeScript development team focused on optimizing code paths and stripping down certain functionality to make TypeScript faster. Compile times have fallen compared to TypeScript 3.4; code completion and other editor operations should be “snappier” as well, the TypeScript developers noted. In making these […]