top of page
Search

Optimize PyTorch Performance for Speed and Memory Efficiency
The training/inference processes of deep learning models are involved lots of steps. The faster each experiment iteration is, the more we...
The Tech Platform
May 4, 2022

What is Span<T> in C#. How it is different from Memory<T>.
Span<T> is a value types which is an allocation-free representation of memory from different sources. Span<T> allows developers to work...
The Tech Platform
Jan 11, 2022

PHP vs Python vs Ruby on Rails
In web development, choosing the right programming language and framework is important to the success of any project. Among the options...
The Tech Platform
Sep 20, 2021

Array iteration performance in C#
Implementing the sum of the items in an array is very simple. I think most developers would implement it this way: static int Sum(int[]...
The Tech Platform
Jul 12, 2021
bottom of page