Laurenfrost's Blog.

今朝有酒今朝醉,明日愁来明日愁。


Unterstanding Rust’s Vec and its capacity for fast and efficient programs

Originally posted on November 19, 2016, by Markus Jais. You want your programs to be fast and memory efficient. Rust’s …

Read On →

The A Star Algorithm

$A*$(A Star)算法是一种经典的路径查找和图形遍历算法,然而一直没有想去好好了解它。路径查找算法在本科课程里就学了 Dijkstra,而且时到今日在脑子里也仅残存一丝丝印象。倒是现在因为工作原因,开始接触一个基于 C++ …

Read On →

Azure Databricks 踩坑记录

开宗明义:傻逼 Databricks!真tmd傻逼!!!!!!!! 无数次的经验告诉我,instance 的内存大小非常重要!!! instance 的数量只能让更多的 job 同时运行,也就是跑得更快。 …

Read On →

Barefoot 中的隐马尔可夫地图匹配

基础 隐马尔可夫模型(Hidden Markov Model,缩写成 HMM)假设系统的状态只能通过时间来间接测量。 在地图匹配(map matching)中,我们有一组位置测量值(position measurement),比如说 GPS …

Read On →

Towards Transparent CPU Scheduling

最近在看 OSTEP,作者在进程调度部分推荐了该论文: Joseph T. Meehean, Towards Transparent CPU Scheduling, University of Wisconsin–Madison, 2011 …

Read On →

Some topics about CPU Cache

对于 CPU 的缓存,我的了解基本止步于本科阶段的专业课《计算机系统结构》。有时候也会遇到一些完全不了解的问题,就把它们记录下来。 * 内存分层模型. by John L. Hennessy, David A. Patterson …

Read On →

Hugo-Tufte Features

This is a quick demonstration post. It serves as an example of the features of this theme. 同时还添加了大量中文/日语文本,既是作为测试,亦可看作参 …

Read On →