关注并行计算与多核多线程编程

An interesting algorithm problem: the longest plateau

Recently I met an interesting algorithm problem: Problem: Given an array, try to develop an efficient algorithm which can compute the length of the longest plateau. A plateau is a consecutive segment of an array with equal contents. For example, if x[] = {1, 2, 3, 4, 4, 4, 5, 5, 6}, then we have [...]

Launched my master thesis finally

Today I talked with my supervisor again and finally and officially launched my Master Thesis! The next coming 12 months I will focus on developing a methodology on analyzing the performance bottleneck of large-scale multi-threaded software. I am really excited in the challenging problem about how to find the performance bottleneck when we are moving to many-core [...]

返回顶部