Skip to content

Instantly share code, notes, and snippets.

View hugoppp's full-sized avatar
🥜

Hugo hugoppp

🥜
View GitHub Profile
@hugoppp
hugoppp / main.cpp
Last active December 20, 2022 14:04
AOS vs SOA
#include <chrono>
#include <iostream>
#include <vector>
#include <numeric>
const int size = 8 * 1024 * 1024;
double average(std::vector<long> const &v) {
if (v.empty()) {
return 0;
@hugoppp
hugoppp / .ideavimrc
Last active October 3, 2022 21:36
.ideavimrc
set ideajoin
"source C:\Users\hugop\AppData\Local\nvim\keysIdeaVimCompatible.vim
set timoutlen=9000
nnoremap <SPACE> <Nop>
vnoremap <SPACE> <Nop>
"nnoremap " " <Nop>
"vnoremap " " <Nop>
let mapleader = " "
set visualbell