Skip to content
View tomilov's full-sized avatar
  • Yandex
  • Yekaterinburg

Organizations

@NVIDIAGameWorks @llvm @prographon
Block or Report

Block or report tomilov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. quickhull quickhull Public

    Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.

    C++ 60 8

  2. insituc insituc Public

    x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, constant folding.

    C++ 43 4

  3. variant variant Public

    C++1z variant, never empty, constexpr visit/multivisit (perfect forwarding for visitor and its parameters), delayed visitor, composite visitor, aggregate wrapper, recursive wrapper, I/O, relational…

    C++ 13 1

  4. sweepline sweepline Public

    Fortune's algorithm for Voronoi diagram generating on the plane. Intended for runtime speed and careful handling of corner cases.

    C++ 19 4

  5. sah_kd_tree sah_kd_tree Public

    (in progress) SAH kd-tree parallel construction algorithm implementation

    C++ 5 1

  6. freq freq Public

    Fastest possible (?) counting of words frequencies in a text. 450MB/s

    C++ 1