Re: [PATCH] org-table-to-lisp enhanced

2024-02-25 Thread Ihor Radchenko
tbanelwebmin writes: > Here is a new version of `org-table-to-lisp'. Why a new version? > ... > I ran all the standard unit tests of Org Mode as of [2024-02-24]. All > went as expected. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=407a55c1c -- Ih

[PATCH] org-table-to-lisp enhanced

2024-02-25 Thread tbanelwebmin
Here is a new version of `org-table-to-lisp'. Why a new version? - Because it is more than 3x faster than the current one.   Bench-marked on a 3822 rows by 16 columns Org table   - current: 0.405 seconds   - new one: 0.122 seconds   on Emacs 30.0.50 with native compilation   The speedup is achiev