hdf5 和 h5py 的 swmr 能力

swmr capability of hdf5 and therefore also of h5py

我遇到了 h5py 的 swmr(单写多读)功能的缺点,如 issue on github. The issue is labelled with 'bug-in-external-lib' which suggests that the shortcoming is located at the underlying hdf5 library rather than in h5py itself. I wonder if there is any interest from the hdf5 maintainers to change that. Hdf5 has a bitbucket repository 中所述,其中有一个名为 'full_swmr' 的分支。有人知道这个分支有多成熟吗?近期是否有机会在 hdf5 中看到完整的 swmr?

我还在 HDF5 group forum 中发布了这个问题,并且刚刚收到了包含我两个问题的答案的回复(谢谢 Elena)。

关于第一个问题:'full_swmr'分支是稳定的,但它没有解决提到的github问题。关于 第二个问题 :HDF5 组有兴趣实现对 swmr 的全面支持。事实上,他们开始致力于实现这一点。此实现还将解决上述问题中提到的 github 问题。据我了解,HDF5 Group 刚刚启动了该项目,尚无法预见何时实施 public.