Jaan Tollander de Balsch
Jaan Tollander de Balsch
Mission
Posts
Videos
Newsletter
Contact
Algorithms
Multithreading in Julia Language Applied to Cell Lists Algorithm
This article teaches you how to speed up serial algorithms by using multithreading in Julia Language. As an example, we explore how to develop a parallel version of the serial Cell Lists algorithm.
Jaan Tollander de Balsch
Last updated on 2021-05-13
Algorithms
Searching for Fixed-Radius Near Neighbors with Cell Lists Algorithm in Julia Language
This article will teach you how to implement the Cell Lists algorithm in Julia Language for performing a fixed-radius near neighbors search. It also teaches you about its theoretical properties and how to benchmark its performance against the brute force method.
Jaan Tollander de Balsch
Last updated on 2021-03-11
Algorithms
Noise Filtering Using 1€ Filter
This article explains how to implement the 1€ Filter for filtering noisy real-time signals and provides a simple Python implementation of the algorithm.
Jaan Tollander de Balsch
Last updated on 2020-05-29
Algorithms