Roman

Results 12 comments of Roman

@irobayna Thank you! I'm planning to continue working on the PR sometime this week. I've actually added a warning upon referencing a non-existing external list but then decided to get...

@irobayna I've been looking through some of the specs for 270/271/837I and others, and it looks like some of the code lists might have "sub-lists". This concept is also covered...

Well, i've played a bit with this one. I'm not 100% sure but seems IO is a bottleneck in this case. Consider the following script (nothing special, just generates a...

I've also compared FileIO vs StringIO(had to do some tweaks to the input class) which obviously gives a boost as of file vs memory (which i believe on HDD vs...

@kputnam, @irobayna for the case of 5000 copies of prod1 and prod2 from the script above and i get the following results (40012 segments). The amount of used memory is...

@irobayna @kputnam I've had a little time today to take a closer look at this. I've eventually evaluated the following result. Based on the observation from memory profiler, i've tried...

@kputnam Do you still need code sample for getting my output? I assume not since you've crafted a nice benchmark covering more cases. But let me know just in case....

It is neither good, nor bad. It is just slow. It takes up to one second to open a new buffer with ruby file. Once a buffer exists switching to...

There is a potential duplicate of the issue https://github.com/syl20bnr/spacemacs/issues/6569