Added: project layout
This commit is contained in:
commit
1991eeadc8
|
@ -0,0 +1 @@
|
||||||
|
build/
|
|
@ -0,0 +1,11 @@
|
||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
pushd "%~dp0"
|
||||||
|
|
||||||
|
if not exist ".\build" mkdir ".\build"
|
||||||
|
|
||||||
|
pushd .\build
|
||||||
|
|
||||||
|
cl /Zi ..\src\main.c /Feapp.exe /Od /nologo /I..\src
|
||||||
|
|
||||||
|
popd .\build
|
|
@ -0,0 +1,3 @@
|
||||||
|
12-04-2024 René Huiberts <rhuibertsjr@gmail.com>
|
||||||
|
|
||||||
|
Added: project layout
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
=== REFERENCES =================================================================
|
||||||
|
|
||||||
|
[1] Strager (2023) " Faster than Rust and C++: the PERFECT hash table"
|
||||||
|
https://www.youtube.com/watch?v=DMQ_HcNSOAI
|
|
@ -0,0 +1,5 @@
|
||||||
|
int
|
||||||
|
main(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user