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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>test if type is string</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |
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
// show all additions in wikipedia page history | |
// | |
// get the XML file from | |
// https://en.wikipedia.org/wiki/Special:Export | |
// | |
// Add pages manually: | |
// Skibadee | |
// | |
// [ ] Include only the current revision, not the full history | |
// ^ uncheck this |
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
// moved to https://github.com/milahu/svelte-preval | |
/* | |
preval for svelte | |
code is at line 250 :P | |
performant: | |
eval static expressions at compile time |
NewerOlder