首页 归档 关于

AverageMind

Writing is nature's way of letting you know how sloppy your thinking is.

2021-01-10
c/c++

cppTypeTips

some tips about the cpp type cast

继续阅读全文 »

分享
2020-12-13
methodology

what are you working on

Some thoughts about the classification of CS related topic. Why it is not enough to divide the CS topics into the system track, algorithm track and the middleware track.

继续阅读全文 »

分享
2020-10-26
Linux

A case study for thread pool

Try to disucss an example of the task based thread pool, and the case discussed here is the argobot (Argobots: A Lightweight Low-Level Threading and Tasking Framework)

继续阅读全文 »

分享
2020-09-22
algorithm

Algorithm_bigO_notation.md

Typical notataion about the algorithm complexity and some thoughts

继续阅读全文 »

分享
2020-09-19
methodology

tech path

it is important to know what you know especially some foundamental thoguhts, especially for some tech topics. these are important tools to solve problems in differnt context.

继续阅读全文 »

分享
2020-09-05
methodology

dynamic membership

some thoughts about the dynamic membership in the research

继续阅读全文 »

分享
2020-09-01
Linux

tips for numa and hyperthreading

there are some confusion about the NUMA and hyperthreading when execute the multi processes/threads testing or evaluation on clusters, take some notes here.

继续阅读全文 »

分享
2020-08-29
c/c++

cpp smart pointer

some tips and typical use examples about the cpp smart pointers

继续阅读全文 »

分享
2020-08-09
algorithm

Caculating process layout

use the dp programming to caculate the process layout

继续阅读全文 »

分享
« 上一页123456…13下一页»

最新文章

  • Streamline filter
  • Cpp template about CRPT
  • GraphicsBasics
  • Algorithm(8) Tree
  • PhD story
© 2014 - 2022 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于