forked from jmcglone/jmcglone.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 1.01 KB
/
index.html
File metadata and controls
20 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
title: Denis Bakhvalov
posts: passive
contact: passive
description: This is a blog about performance analysis and tuning.
---
<!-- <div class="jumbotron"> -->
<div class="row marketing">
<div class="col-sm-4">
<img class="img-circle avatar" alt="Denis Bakhvalov" src="img/dendibakh_2023_250px.jpg">
</div>
<div itemscope class="col-sm-8">
<p class="lead"><h2>Welcome to Easyperf!</h1></p>
<p>This is a blog about <span itemprop="title">performance analysis and tuning, C/C++ compilers and CPU architecture</span>. I started it in 2016 with a simple goal in mind: educate software developers to better understand performance of their applications. Remember that optimizations that you implement in your code should be driven by careful performance analysis, not your intuition. If you want to learn how to squeeze the last bit of performance from your application, this blog is for you.</p>
<p><i>All opinions, presented in this blog, are my own and not my employer's.</i></p>
</div>
</div>
<!-- </div> -->