Pinned Loading
-
Fast approximate exponential function
Fast approximate exponential function 1// Copyright 2026 Johan Rade2// Distributed under the MIT license (https://opensource.org/licenses/MIT)34#ifndef FAST_EXP_H5#define FAST_EXP_H
-
Fast SPSC Queue implemented with C++...
Fast SPSC Queue implemented with C++20 atomics 1// Copyright 2024 Johan Rade (johan.rade@gmail.com)2// Distributed under the MIT license (https://opensource.org/licenses/MIT)34// Single producer single consumer queue5// Fast and simple implementation using C++20 std::atomic<T>::wait() and std::atomic<T>::notify_one() -
Fast and memory efficient C++ implem...
Fast and memory efficient C++ implementations of the following string distances: LCS (Longest common subsequence), Levenshtein, Damerau-Levenshtein 1// Copyright 2024 Johan Rade (johan.rade@gmail.com)2// Distributed under the MIT license (https://opensource.org/licenses/MIT)34inline size_t lcsDistance(const std::string& s, const std::string& t)
5{
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
