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

Organizations

@EpicGames @NVIDIAGameWorks @llvm @prographon

Block or report tomilov

Report abuse

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

Report abuse

Pinned Loading

  1. quickhull quickhull Public

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

    C++ 76 9

  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++ 48 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++ 20 4

  5. sah_kd_tree sah_kd_tree Public

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

    C++ 9 2

  6. freq freq Public

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

    C++ 4