We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(RITCH) file <- system.file("extdata", "ex20101224.TEST_ITCH_50", package = "RITCH") ll <- read_itch(file) write_itch(ll, "tmpfile", buffer_size = 52, quiet = TRUE)
Takes 0.2 secs on Ubuntu and 42 (!) secs on Windows. Maybe write_itch() is not yet fully optimised... (note write_itch is not used in filter_itch!).
write_itch()
write_itch
filter_itch
The text was updated successfully, but these errors were encountered:
Current workarounds: use larger buffer sizes or use filter_itch to filter the data to another file first and then read it.
Sorry, something went wrong.
No branches or pull requests
Takes 0.2 secs on Ubuntu and 42 (!) secs on Windows.
Maybe
write_itch()
is not yet fully optimised... (notewrite_itch
is not used infilter_itch
!).The text was updated successfully, but these errors were encountered: