-
nblast78hey
-
nblast78FROM ubuntu:20.04. this is inside Dockerfile.Windows
-
xFFFC0000I have a stream of texts (order of terabytes), are there any compression method/algorithm that supports append operation? Program A generates texts, dies, starts again, generates texts, and dies again. I want to have a service that keeps all the genenerated text. The size is too big for my hard drive, order of 5T. So I have to compress on the fly. And for appending we should not decompress. Any idea?
-
xFFFC0000(and all of that happens in shell. If not have to do it in C++)
-
moneromoooMost compression schemes do.
-
moneromoooYou may want to batch things maybe, if your slices are very small.
-
xFFFC0000moneromooo: This thing is going to run for hours, if not days. So quick question. If you had to chose between lz4 and xz, which one you would prefer to give first shot?
-
xFFFC0000
-
moneromoooI use lz4 for stuff that I need compressed/decompressed fast, xz for stuff I compress once.
-
moneromoooer, sorry, zstd, not xz. But same thing would apply, roughly.
-
moneromooogzip is pretty standard and in the low/middle.
-
xFFFC0000moneromooo: thanks. I decided to use xz for this one based on benchmark numbers. Hopefully I will not regret it in 24 hours :)
-
moneromoooThat table shows zstd can compress better *and* faster at the low end... I might need to revisit TF compression...
-
Guest89how to validate modnero address in node js? acn anyone help me?
-
m-relay<woodser:monero.social> monero-ts can do that
-
m-relay<r4v3r23:monero.social> re: 8619 (background sync) - we've implemented it in ANONERO and its been live for a month with 0 issues
-
m-relay<r4v3r23:monero.social> jberman has finalized the PR including GUI stuff and rbrunner has reviewed it
-
m-relay<r4v3r23:monero.social> it would be great to get some more eyes on it since its such a great upgrade for UX and security
-
m-relay<k4r4b3y:karapara.net> sounds great. I should take a look at ANONERO again.