New answers tagged file
2
votes
A Java program for compressing/decompressing files via Huffman algorithms (version 1.1.1)
random findings:
final classes - what is the advantage?
repeated code (contributes to an overall impression of verbose)
"...
1
vote
Optimizing DataFrame iteration when generating large hierarchical text files
Long story short, use more Pandas and use fewer lists and classes. Whereas - given the current number of blocks and registries - representing the subframes as separate objects isn't a big deal, it isn'...
1
vote
Optimizing DataFrame iteration when generating large hierarchical text files
consistent naming
There is almost nothing to the Block class,
yet we wind up with this:
...
1
vote
Optimizing DataFrame iteration when generating large hierarchical text files
Here are some minor coding style suggestions.
Simpler
When I run the code, I see output like:
Time take to write sped (in seconds): 0.9321348667144775
You could ...
Top 50 recent answers are included
Related Tags
file × 826python × 213
java × 163
c++ × 127
c × 125
beginner × 114
performance × 113
python-3.x × 74
io × 64
strings × 61
c# × 49
file-system × 42
parsing × 40
csv × 28
error-handling × 27
python-2.x × 26
algorithm × 25
console × 22
php × 21
image × 21
search × 20
ruby × 19
regex × 19
stream × 19
serialization × 19