首页 归档 关于

AverageMind

2019-06-29
python

Python based ops

有些时候纯粹用shell似乎感觉有点力不从心,在python的帮助下似乎简单很多

继续阅读全文 »

分享
2019-06-26
performance

Time it

在使用profiling之类的工具之前,更灵活简单的方式就是设置timer

继续阅读全文 »

分享
2019-06-24
python

Seamless calling between python and c/c++

主要整理c/c++ call python 以及 python call c/c++ 的基本使用。

继续阅读全文 »

分享
2019-06-24
performance

Read a big file and process it

This comes from the real engineering problem: If there is a large file, what is the solution to read it and process it in parallel. How to consider the tradeoff for this problem.

继续阅读全文 »

分享
2019-06-24
c/c++

c++ meta programming crash course

crash course 有一个很有意思的翻译,必知必会。之前一篇整理了一些基本的知识,这里整理一些很重要但是第一次可能常常忽略的点。会涉及到一些c/cpp程序如何进行compile的问题

继续阅读全文 »

分享
2019-06-22
blog

They write blog

列出一些比较有意思一直关注的blog资源,隔一段时间review下看看别人做的事情,对自己也是很有启发的。

继续阅读全文 »

分享
« 上一页1…1314151617…20下一页»

最新文章

  • external-surface.md
  • AI与人交互的几种方式
  • javascript-tips
  • Package management tips
  • Distributed rendering (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于