This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Refer to comment for description of XML file. | |
* This script loads in a medium size (23 GB) XML file and parses out timestamps (w/o date) as a map. | |
* The timestamps are the creation dates of each entity in the XML document. | |
*/ | |
var cluster = require('cluster') | |
var queue = [] | |
var timestampMap = {} | |
var threads = 11; | |
var needWork = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var e; | |
e = function () { | |
var e; | |
return e = $(".js-fullscreen"), e.css("height", $(window).height()), e = $(".js-min-fullscreen"), e.css("min-height", $(window).height()) | |
}, $(function () { | |
return e() | |
}) | |
}).call(this), | |
function () { |
NewerOlder