• Stars
    star
    8
  • Rank 2,092,284 (Top 42 %)
  • Language
    C++
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

quickhull

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

insituc

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

sweepline

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

variant

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, invoke
C++
14
star
5

sah_kd_tree

(in progress) SAH kd-tree parallel construction algorithm implementation
C++
4
star
6

spherical_harmonics

real spherical harmonics in Cartesian, projection to spherical harmonics, cos+ (clamped cosine), rotation of zonal spherical functions, dodecahedron triangle fan, icosahedron triangle strip, Monte-Carlo method
C++
3
star
7

iccad

Toy Qt-based CAD for demonstration of my "insituc" JIT-compiler capabilities.
C++
2
star
8

math-parser-benchmark-project

Automatically exported from code.google.com/p/math-parser-benchmark-project
C++
1
star
9

parser_generator

toy project to learn latest features of C++
C++
1
star
10

mcve

mcve
CMake
1
star
11

networkmanager

Qt QML, D-Bus and NetworkManager API fusion
C++
1
star
12

optix7course

C++
1
star
13

radixsort

Radix sort bytewise algorithm implementation for uint32_t
C++
1
star
14

mm5

crappy scripts
Shell
1
star
15

freq

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