Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
junhaoliao created a review on a pull request on y-scope/clp-ffi-js
all good except one opening discussion for the TimestampPattern parameter in the `generic_decode_range` signature.
junhaoliao created a review on a pull request on y-scope/clp-ffi-js
all good except one opening discussion for the TimestampPattern parameter in the `generic_decode_range` signature.
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
@LinZhihao-723 could you help confirm if this is the correct / preferred call sequence to handle End of Stream?
junhaoliao created a review on a pull request on y-scope/clp-ffi-js
overall structure lgtm. I will check the styles and perform a few tests in the evening.
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 2** <details> <summary>🧹 Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>src/clp_ffi_js/ir/utils.hpp (2)</summary><blockquote> ...
coderabbitai[bot] created a review comment on a pull request on y-scope/clp-ffi-js
_:hammer_and_wrench: Refactor suggestion_ **Consider using std::unordered_set for better performance.** The current implementation uses `std::ranges::find` within a loop, resulting in O(n*m) comp...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 1** <details> <summary>🧹 Outside diff range and nitpick comments (3)</summary><blockquote> <details> <summary>src/clp_ffi_js/ir/utils.hpp (3)</summary><blockquote> ...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 1** <details> <summary>🧹 Outside diff range and nitpick comments (3)</summary><blockquote> <details> <summary>src/clp_ffi_js/ir/utils.hpp (3)</summary><blockquote> ...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 0** <details> <summary>🧹 Outside diff range and nitpick comments (3)</summary><blockquote> <details> <summary>src/clp_ffi_js/ir/StructuredIrStreamReader.hpp (1)</sum...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 0** <details> <summary>🧹 Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>src/clp_ffi_js/ir/StructuredIrUnitHandler.hpp (1)</summ...
junhaoliao closed an issue on y-scope/clp-ffi-js
Increase MAXIMUM_MEMORY to 4GB.
### Request It was observed that the WASM VM can crash when loading a significantly large (512MB input size with 10M log events included) file. By increasing [MAXIMUM_MEMORY](https://emscripten.or...junhaoliao pushed 1 commit to main y-scope/clp-ffi-js
- fix(build): Increase maximum wasm memory size from 2GB to 4GB (fixes #25). (#38) 01aa3a5