From 1f9a241d8e34f0b1cbceee030ada418c01791385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20=C3=87AKANLI?= Date: Wed, 11 Feb 2026 00:21:12 +0300 Subject: [PATCH] Add TurkishSieve (GPU segmented sieve) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d591a1..7c21079 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ High Performance Computing tools and resources for engineers and administrators. ## Applications - [Spack](https://spack.io) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers ([Source Code](https://github.com/spack/spack)) `other`. - [EasyBuild](https://easybuild.io/) - EasyBuild - building software with ease ([Source Code](https://github.com/easybuilders/easybuild)) `GPL-2`. +- [TurkishSieve](https://github.com/bilgisofttr/turkishsieve) — GPU-accelerated segmented sieve for twin & cousin primes (trillion-scale throughput). + ## Compilers - [Nvidia](https://developer.nvidia.com/hpc-compilers) - NVIDIA HPC compiler suite for Fortran, C/C++ with OpenACC `Proprietary`.