Skip to content

Instantly share code, notes, and snippets.

View mythagel's full-sized avatar

Nicholas Gill mythagel

  • Melbourne, Victoria, Australia
View GitHub Profile
// (c) 2020 Nicholas Gill GPLv3
#include <cstdio>
#include <cstdint>
#include <cstring>
template <typename CharT, unsigned N>
class KMPStream
{
public:
bool begin(const CharT* search, size_t size)