Skip to main content

New answers tagged

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) "...
greybeard's user avatar
  • 7,819
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'...
Reinderien's user avatar
  • 71.2k
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: ...
J_H's user avatar
  • 43.3k
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 ...
toolic's user avatar
  • 16.4k

Top 50 recent answers are included