ansvonwa
ansvonwa
Similar issue: The website now recommends `"0.0.0+1-d083e6df-SNAPSHOT"`
For the record: I've [implemented](https://github.com/scala/scala/compare/2.13.x...ansvonwa:scala:tmp#diff-01773fed6f0cf63a1e398c976229ca16e3cd5c97ac48acd234abb27272d77e82) concatenation in O(min(n, m) + log(n+m)) time. (If you're really lucky and the Vector structures are perfectly aligned, it's even only O(log(n+m)).) It's not yet...
* What is your suggestion regarding the file name? no changes (size as in the comment -- Size: `-- Size: `, speed as in `-- Speed: `) * How many...
Next problem: Always working solutions may be dominated by sometimes working solutions! As a hot fix, the user is asked if he still wants to add the solution. Does anyone...
I think it would make sense to implement the `TreeSeq` (or however we call that superclass) in the scala repo, make sure it works for `Vector` and is fast and...
> A variety of implementations were examined, including some that were pretty high performance. @Ichoran, do you have any links for that? Sounds really interesting, also for comparison. I only...
Your solution is not to long (max length is 255). The problem is that somebody forgot to add `'something'` in [this line](https://github.com/soerface/7billionhumans/blob/4e914446aca30665e0989001d731a6a681450cce/antlr/SBHasm.g4#L62): ``` ITEM : 'printer' | 'datacube' | 'hole'...