d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
244 stars 12 forks source link

(feat) improve read performance #65

Closed d12frosted closed 3 years ago

d12frosted commented 3 years ago

Fixes #64

Running 10 vulpea-meta-get vs vulpea-meta-get! results are

[00:12.847]  res-id   = (0.047566000000000004 1 0.033386999999999944)
[00:12.847]  res-meta = (0.00068 0 0.0)

Running 10 vulpea-meta-get-list vs vulpea-meta-get-list! results are

[00:15.171]  res-id   = (0.047298999999999994 1 0.03286300000000009)
[00:15.171]  res-meta = (0.000779 0 0.0)

As you can see, there is noticeable difference in performance.