User Portlet User Portlet

Discussions
For further adventures, consider Bartok's Concerto For Orchestra for motifs, and for harmonies: John Adam's Harmonielehre.
[UPDATE: I managed to create a tractable solution to this computation by telescoping the iterative loops from longest (most iterations) on the exterior down to shortest in the innermost, and applying "FinestGrained" ParallelDo on an overclocked...
Thank you for the example. I tested RegularExpression and StringExpression against one of my genomic computations which checks 2773 different patterns against several chromosomes. In these tests, the chromosome is 35.7M characters. Here are two...
I have not observed any anomalies so far. I was taking a sanity check before using it in a 6-day long computation involving many data sets.
That is some tight code. May I also acknowledge your assistance in my article to Frontiers?
Thank you Gustavo! CalloutStyle -> Black took care of both. :)
See https://community.wolfram.com/groups/-/m/t/2597064?p_p_auth=lK4xxb5K
For my current application I needed more efficient storage performance than can be achieved with Ascii file types. After receiving some pointers from Martijn Froeling and Michael Helmle, I ran some tests on my desktop system. Here are the results. ...
Ah ha! I had not considered that. Thank you once again :)
That's exactly what I needed, thank you!