-
One that lets you modify the priority of keys.
My academic background tells me that a pairing_heap is excellent, but I've also heard good things of a meldable heap?
- https://en.wikipedia.org/wiki/Pa…
-
**cpp-sort** already uses sorting algorithms from all around the web (pdqsort, spreadsort, timsort, etc...); adding more of them in the long run can't be that harmful. Smart people created many intere…
-
I am running bash script inside Mac OS X 10.14 virtual machine. The setup is clean, I get the latest gnupg, then do
```
xcode-select --install
sudo xcodebuild -license accept
brew install gcc cm…
-
Valgrind output:==7080== Process terminating with default action of signal 11 (SIGSEGV)
==7080== Access not within mapped region at address 0x60540C380
==7080== at 0x4E3B215: yajl_lex_free (in /…
-
Order/OrderBy.Take is currently an O(N log N) operation that allocates an array of length N and keeps all the data around until the relevant portion of the data is consumed. With a PriorityQueue, how…
-
``` js
type restStartTuple = [...number, string];
(["2"]: restStartTuple);
([1, "2"]: restStartTuple);
([1, 2, "3"]: restStartTuple);
([1, 2, 3]: restStartTuple); // FlowError
([1, "2", 3]: restStar…
-
Hi, I have some test failures with Ruby 1.9.3 here:
The first one is basically a wrongly used assertion:
test_field_symbol(FieldSymbolTest):
ArgumentError: assertion message must be String or Proc, …
-
Migrated from [rt.perl.org#121923](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=121923) (status was 'open')
Searchable as RT121923$
p5pRT updated
2 years ago
-
Currently this crashes very quickly in Crystal, but it works on Ruby:
``` crystal
loop do
File.new(__FILE__)
end
```
The reason: the files are never closed so it eventually hits the system/user li…
-
Migrated from [rt.perl.org#130841](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=130841) (status was 'open')
Searchable as RT130841$
p5pRT updated
6 years ago