Skip to content

Instantly share code, notes, and snippets.

View ludvary's full-sized avatar
💭
Overoptimizing is a delightful disease, and I'm happily afflicted

Krishna Das Nair ludvary

💭
Overoptimizing is a delightful disease, and I'm happily afflicted
  • JNCASR
  • Bangalore
View GitHub Profile
@ludvary
ludvary / glauber.hpp
Created September 18, 2024 17:03
L=1024 takes order of magnitude more time to run as compared to L=512
#include <fstream>
#include <cmath>
#include <random>
#include <array>
#include <vector>
#include <iostream>
#include <omp.h>
#include "../include/constants.hpp"
#include "../include/glauber.hpp"
@ludvary
ludvary / haha.txt
Last active July 8, 2024 05:31
temp gist, i really have no idea why this is here really
vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(
vim.lsp.diagnostic.on_publish_diagnostics, {
signs = { severity_limit = "Warning", },
virtual_text = { severity_limit = "Error", },
underline = { severity_limit = "Error", },
})