This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import sys | |
def demangleNode(node): | |
pointer = False | |
ref = False | |
const = False | |
unsigned = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ctypes | |
import itertools | |
from collections import OrderedDict | |
import pprint | |
from pathlib import Path | |
class Vec3(ctypes.Structure): | |
_fields_ = [ | |
("x", ctypes.c_float), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <execution> | |
#include <benchmark/benchmark.h> | |
#include <entt/entity/registry.hpp> | |
#include <glm/vec3.hpp> | |
static void BM_AoS(benchmark::State& state) | |
{ | |
struct Zoomer | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runblack.exe.dsm |
OlderNewer