Skip to content

Instantly share code, notes, and snippets.

@Veedrac
Veedrac / just_some_cplusplus.cpp
Last active May 5, 2019 12:02
Speed test. Warning: Please read first comment
#include <iostream>
#include <iterator>
#include <numeric>
#include <unordered_set>
#include <vector>
int32_t some_calculations(int32_t number) {
std::vector<int32_t> a;
std::unordered_set<int32_t> s;
@brabect1
brabect1 / sta_cdc_paths.rst
Last active July 9, 2024 00:46
Timing constraints for clock-domain crossings. #sta #cdc