#
compile-time
Here are 174 public repositories matching this topic...
Collection of advice on optimizing compile times of Swift projects.
-
Updated
Feb 1, 2019 - Swift
A Compile time PCRE (almost) compatible regular expression matcher.
-
Updated
Aug 17, 2021 - C++
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
-
Updated
Apr 1, 2021 - Ruby
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
cpp14
unit-conversion
dimensional-analysis
template-metaprogramming
header-only
compile-time
no-dependencies
-
Updated
Mar 1, 2021 - C++
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
windows
hashing
export
obfuscation
cpp
static-analysis
reverse-engineering
malware
macros
small
import
game-hacking
header-only
compile-time
anti-reversing
getprocaddress
iterates-trough
getmodulehandle
-
Updated
Mar 9, 2021 - C++
Simple compile-time raytracer using C++17
-
Updated
Dec 23, 2020 - C
heavily vectorized c++17 compile time string encryption.
-
Updated
Apr 17, 2021 - C++
AOP framework for .NET (c#, vb, etc)
c-sharp
wrapper
mixins
dotnet
attributes
aspect
injection
advice
aot
dotnet-core
wrap
attribute
aop
compile-time
mixin
aspects
inpc
postsharp
blazor
aspect-injector
-
Updated
Aug 13, 2021 - C#
Ensure correct assumptions about constants, types, and more in Rust
-
Updated
Aug 20, 2021 - Rust
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
-
Updated
May 2, 2020 - C++
We all know Rust's trait system is Turing complete, so tell me, why aren't we exploiting this???
-
Updated
Jan 31, 2021 - Rust
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
-
Updated
Apr 13, 2021 - Python
A simple, extensible, portable, efficient and header-only SIMD library!
-
Updated
May 23, 2020 - C++
A simple, lightweight and powerful field validation library for Android.
android
java
annotations
android-library
code-generation
compile-time
android-databinding
field-validation
-
Updated
Oct 31, 2019 - Java
Tips and tricks on how to speed up the time it takes to compile a Xamarin app
visual-studio
build
xamarin
compile
xamarin-forms
xamarin-ios
xamarin-android
visual-studio-for-mac
compile-time
build-time
-
Updated
Oct 22, 2020
Header-Only, Strong-Typed, Compile-time Object Relation Mapping (ORM) in Modern C++ :-)
-
Updated
Dec 28, 2017 - C++
A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
-
Updated
Sep 7, 2018 - C++
simple C++11 ring buffer implementation, allocated and evaluated at compile time
template
embedded
cpp
atomic
optimized
cpp11
ringbuffer
ring-buffer
lock-free
circular-buffer
compile-time
fifo
circular
zero-overhead-abstraction
wait-free
zero-overhead
lock-free-queue
wait-free-queue
-
Updated
Jun 6, 2021 - C++
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
-
Updated
Oct 27, 2020 - C++
A plugin for Kotlin compiler for compile-time reflection
-
Updated
Aug 18, 2021 - Kotlin
Connection-Pooling Compile-Time ORM for Nim
postgres
sqlalchemy
sql
orm
database
nim
dsl
sqlite
sqlite-database
postgresql
databases
sqlite3
ormlite
compile-time
sqlite-orm
orm-framework
orm-library
orm-extension
nim-lang
-
Updated
Nov 6, 2020 - Nim
A compile-time linear algebra system for C++
-
Updated
Mar 7, 2021 - C++
Jazz - modern and fast programming language.
-
Updated
Jun 13, 2020 - Rust
Compile-Time Ray Tracer in Rust ported from C++
-
Updated
Jun 12, 2021 - Rust
A small C++11, C++14 header-only library for compile-time dimensional analysis and unit/quantity manipulation and conversion
cpp14
units-of-measure
cpp11
unit-conversion
dimensional-analysis
header-only
compile-time
no-dependencies
single-file
-
Updated
Mar 3, 2021 - C++
a data mediator framework bind callbacks for any property
data
generator
annotation
proxy
data-binding
compile-time
double-bind
property-callback
data-mediator
-
Updated
Jun 20, 2020 - Java
Compile time regular expressions in zig
-
Updated
Jun 8, 2021 - Zig
josc-byte
commented
Jul 3, 2021
Hello jrmadsen,
first I want to say: really really great project! I found amazing use for it in optimizing or CI builds. Sadly I can not find any documentation about what the metrics represent exactly. Whats the difference between "virtual memory" and "peak_rss"?
"peak_rss": {
"value": 412.892,
"repr": 412.892,
"laps": 29,
"unit_value": 1000000,
Improve this page
Add a description, image, and links to the compile-time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compile-time topic, visit your repo's landing page and select "manage topics."
Add an option to NimlLexer to lexNext / lexIter provide a specified token when the lexer reaches EOF only once.
Example:
related: #70