Skip to content

Instantly share code, notes, and snippets.

View SlavaMelanko's full-sized avatar
😉
Working...

Slava SlavaMelanko

😉
Working...
View GitHub Profile

Source

#include <benchmark/benchmark.h>
namespace bench = benchmark;

#include <chrono>
#include <ctime>
#include <iostream>
#include <iomanip>
@SlavaMelanko
SlavaMelanko / awe.cpp
Last active January 27, 2019 14:04
awe
//
// main.cpp
// test
//
// Created by Slava Melanko on 12/17/18.
// Copyright © 2018 Slava Melanko. All rights reserved.
//
#include <algorithm>
#include <iostream>
@SlavaMelanko
SlavaMelanko / test.md
Last active January 27, 2019 14:20
test

Split&Join String - Abseil vs RangeV3 vs Boost vs CustomImpl

#include "Bench.hpp"

#include <base/stl/String.hpp>
#include <base/stl/Vector.hpp>

#include <sstream>
@SlavaMelanko
SlavaMelanko / upstream-prerequisites.md
Last active October 7, 2020 00:20
Upstream Prerequisites

Requirements are statements about an intended product which specify what it should do or how to do it. For requirements to be effectively implemented and measured, they must be specific, unambiguous and clear.

  • Business
    • Business objectives
    • Sponsor point of view
    • Scope of the project
  • User
    • User point of view
    • User goals
  • User inputs and outputs