CodeDelphiTech Partner

Easily Monitor The Current Windows Process In A Delphi App With Flexible Component Suite

This blog post has shown us how to enumerate the running processes and services. How about monitoring a particular process in your machine? How to identify the list of threads, modules, and handles associated with a particular process programmatically? Don’t know how to do it? Don’t worry. MiTec’s System Information Management Suite’s component helps to do that effectively, and we will…
Read more
CodeDelphi

Speed Up Delphi Code By Up To 200x With MtxVec Library By Dew Research

This CodeRage session by Janez Atmapuri Makovsek shows how you can use the MtxVec library to speed up the Delphi code by 200x. The key concept is here, once you get the data to the right memory hierarchy level, you need instructions that take advantage of the available memory bandwidth. Only possible with AVX (Advanced Vector Extensions)Instruction Set and CPU cache rely on the…
Read more