Jacob Zhong
Jacob Zhong
- [ ] Fix docstring for cython codes (https://github.com/sphinx-doc/sphinx/pull/4824, https://github.com/sphinx-doc/sphinx/issues/1495, https://github.com/sphinx-doc/sphinx/issues/7630) - [ ] Link to pcl.py sphinx doc after (https://github.com/cmpute/pcl.py/issues/11)
I just remove the pixels on the corner and make the edge a little transparent. This should make the icon prettier in the address bar.
Really appreciate this tool! It's simple and useful! Two suggestions: better icon with at least transparent background of `icon16`, and a shortcut to the bookmark manage page in search result...
I think it will be more idiomatic to mark the profiling function like this ```rust #[profile_fn] fn fn_name(param: T) { // If a function is complex, profile a section. #[profile_section]...
I was attracted by ferris at the first glance, and I thought it will be the perfect killer for EDC programming/office working if a trackpoint (integrated or interface) can be...
I wonder do you have any plans to support valgrind's callgrind and cachegrind? I know that there's a [`cargo-profiler`](https://github.com/svenstaro/cargo-profiler) crate doing this, but the output from their tool doesn't contains...
Add PQT
https://github.com/cgtuebingen/Product-Quantization-Tree https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Wieschollek_Efficient_Large-Scale_Approximate_CVPR_2016_paper.pdf
Add NSG
C++ code here: https://github.com/ZJULearning/nsg I think providing wrapping with cython should be easy
Currently the exposed API for instantiate a warning in PyO3 is ```rust /// Issues a warning message. May return a `PyErr` if warnings-as-errors is enabled. pub fn warn(py: Python
I found some details making me a little confused when reading the docs, which I think can be improved. The first is about the argument parsing for `pyfunction` macro. I...