type
Post
status
Published
date
Apr 13, 2024
slug
summary
tags
category
心情随笔
icon
password

兜兜转转多少圈,还是回到”CPP”

 
在分析root数据时,一直使用pyroot或者uproot+numba进行数据处理,但是在的数据面前就无能为力了,因为root文件格式是自身的格式root,而python的数据处理库不支持root格式,一开始使用的是uproot+numba处理,但是这个依赖root保存时的数据结构。最后转移到C++,在使用C++进行处理时,无论是编译速度还是处理速度都是非常快的,经过2天的代码迁移,一切ok!
HOOKArticle Template
Loading...