Closed yuki-takei closed 1 year ago
Hi, this has already been reported multiple times in https://github.com/micromark/micromark-extension-gfm-table/issues/6 and https://github.com/micromark/micromark-extension-gfm-table/issues/9
Here is my answer from one of them: https://github.com/micromark/micromark-extension-gfm-table/issues/6#issuecomment-1328063582
Hi! This was closed. Team: If this was fixed, please add phase/solved
. Otherwise, please add one of the no/*
labels.
Hi! Thanks for taking the time to contribute!
Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related.
Thanks, — bb
Hi team! It seems this post is a duplicate, but hasn’t been marked as such. Please post a comment w/ Duplicate of #123
(no final .
) to do so. See GH docs for more info.
Thanks, — bb
@Murderlon Hi. Thank you for your response. I have not been care micromark repositories.
I read https://github.com/micromark/micromark-extension-gfm-table/issues/6 and https://github.com/micromark/micromark-extension-gfm-table/issues/9 now, but there seems to be no real solution at this time.
I think react-markdown is so useful and has awesome interface for React developers. So I look forward to the parser of rust version itegrates with react-markdown. Thanks.
Indeed there is no solution yet. Regarding the Rust version, I reckon it's best use case is at build time. Using it in the browser would mean a large WASM binary which may not always be convenient or worth it.
Initial checklist
Affected packages and versions
remark-gfm@3.0.1
Link to runnable example
No response
Steps to reproduce
Save the following code as
test-remark-gfm.mjs
and run
node test-remark-gfm.mjs
Expected behavior
The "with gfm" situation is fast enough to process against "without gfm".
Actual behavior
Here are the results of the 3 tests.
Runtime
Node v16
Package manager
npm 8, yarn 2
OS
Linux
Build and bundle tools
No response
Note
node: v16.17.1 npm: v8.15.0
With the bigTable2, it takes more time if you add
| ---- | --------------- |
rows into the table.Even with the bigTable1, more rows take more time (although not as much as bigTable2).