Python多线程和多进程的运行速度比较

通过一个图像合成视频的脚本案例测试了一下Python3在单线程、多线程和多进程下的运行速度。发现多线程可以一定程度上提高运行速度(将1个线程拆为4个线程,提速大约83%),但是不能达到完全的并行运算,据说是因为threading模块并不能真正调用多个处理器。在多进程下运行,可以接近完全平行的运算速度。 ...

December 16, 2022 · 2 min · Sʜᴇɴɢ Dong · 

Elimination of 3 years?

This post of nonsense is written in English to avoid potential censorship of speech1. I write this post as a personal record of the chaos at the end(?) of the strict COVID regulation “era”, as well as a witness of an ongoing elimination(?) of public discussion. NOTE: I’m not quoting any factual sources here, so all will be my personal opinions. ...

December 10, 2022 · 5 min · Sʜᴇɴɢ Dong · 

在Hugo + PaperMod主题下添加不蒜子网站统计

之前在使用Hexo平台 + NexT主题搭建博客的时候,自带不蒜子1的网站访问统计。现在的这个主题下需要自行添加统计功能。最终还是决定使用不蒜子来实现,便于直接显示在网站页面上2。唯一的缺点就是目前没办法自定义初始值,所以域名更换后数据就从零开始了。 ...

December 1, 2022 · 1 min · Sʜᴇɴɢ Dong · 

简单理想情形下的Barrel distortion

Barrel distortion(桶形畸变)是一种成像画面呈桶形膨胀的畸变现象,通常在广角镜头下出现。最近在调试生态监测相机时就遇到了非常典型的桶形畸变,会影响到对于监测对象的定位精确性。 ...

November 16, 2022 · 1 min · Sʜᴇɴɢ Dong · 

HugoBlog Test

This is a test page 本页面用于测试网站的显示格式,以及不同模块的渲染情况。 ...

November 1, 2022 · 3 min · Sʜᴇɴɢ Dong ·