- http://erlang.org/workshop/2007/proceedings/13wiger.pdf
- https://github.com/jlouis/erlangnode
- https://github.com/alpaca-lang/alpaca
- https://notamonadtutorial.com/d-day-invasion-with-mlfe-ml-landing-in-the-erlang-world-ef2267ae3215
- https://github.com/etnt/eml
- https://jaredforsyth.com/2017/06/23/when-will-reasonml-be-ready/
- http://cml.cs.uchicago.edu/new.html
- Pony https://youtu.be/KvLjy8w1G_U?t=8m52s
- Pony https://www.youtube.com/watch?v=R6T8ytKV6dc
- http://charm.cs.illinois.edu/research/charm
- https://courses.cs.washington.edu/courses/cse378/07au/lectures/L25-Atomic-Operations.pdf
- https://courses.cs.washington.edu/courses/cse378/07au/lectures/L1.pdf
- https://courses.cs.washington.edu/courses/cse370/08wi/pdfs/lectures/01-Intro.pdf
- http://www.cs.bu.edu/~best/courses/modules/Transistors2Gates/
- http://www.electronics-tutorials.ws/logic/logic_1.html
- http://www.ee.surrey.ac.uk/Projects/CAL/digital-logic/gatesfunc/#introduction
- http://pages.cs.wisc.edu/~sohi/cs252/Fall2012/lectures/lec03_digital_logic.pdf
- http://www.c-jump.com/CIS77/CPU/VonNeumann/lecture.html#V77_0030_von_neumann_components
- http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3839.html
- https://people.eecs.berkeley.edu/~gongliang13/lambda/
- Lambda Calculi and Linear Speedups
- http://www.csc.lsu.edu/~gb/csc4101/Slides/Scheme.pdf
- https://github.com/MaiaVictor/caramel
- http://me.dt.in.th/page/Quicksort/
- https://visualgo.net/en/sorting
- http://usi-pl.github.io/lc/sp-2015/
- https://usi-pl.github.io/lc/sp-2015/doc/Bird_Wadler.%20Introduction%20to%20Functional%20Programming.1ed.pdf
- https://page.mi.fu-berlin.de/scravy/realworldhaskell/materialien/the-essence-of-functional-programming.pdf
- http://mutanatum.com/posts/2017-01-12-Browser-FP-Head-to-Head.html
- http://guides.rubyonrails.org/configuring.html
- http://blog.siami.fr/diving-in-rails-exceptions-handling
- https://rollbar.com/docs/notifier/rollbar-gem/
- https://github.com/MindscapeHQ/raygun4ruby/blob/master/lib/raygun/middleware/rack_exception_interceptor.rb
- https://github.com/getsentry/raven-ruby/blob/master/lib/raven/integrations/rack.rb
- https://github.com/MindscapeHQ/raygun4ruby/blob/d6967fdd8aede30aa06d4e06e1550afe281c41f2/lib/raygun/configuration.rb#L81
- Sequel::RecordNotFound
GraphQL | ion | proto bufs | json | capnproto | jsonschema | cbro | MsgPack | avro | thrift | lave | ljson | jsonet | flatbuffers | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | plain/binary | binary | plain | binary | plain | binary | binary | binary | binary | plain | plain | plain | binary | |
schema | + | - | + | + | - | - | + | + | ||||||
Zero-copy | - | - | + | - | +/- | - | - | - | + | |||||
Random-access reads | - | - | + | - |
- https://github.com/miyucy/brotli
- https://github.com/google/ngx_brotli
- https://gist.github.com/joho/3747653
- https://github.com/ntalbott/httparty/commit/ad6b06d6056fd9236d835a21fa0b59b01d35ddd9
- https://github.com/lostisland/faraday_middleware/blob/master/lib/faraday_middleware/gzip.rb
- https://robots.thoughtbot.com/content-compression-with-rack-deflater
- https://github.com/hemanth/functional-programming-jargon
- https://github.com/matthiasak/universal-utils
- https://github.com/stoeffel/awesome-fp-js
- https://github.com/stoeffel/awesome-frp-js
- https://github.com/timoxley/functional-javascript-workshop
- https://github.com/cmstead/JFP
- https://medium.com/javascript-scene/master-the-javascript-interview-what-is-functional-programming-7f218c68b3a0
- http://rxmarbles.com/#delayWithSelector
- http://functionaljs.com/
- http://eloquentjavascript.net/1st_edition/chapter6.html
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
https://stereobooster.github.io/reference-data-as-dependency | |
http://lampwww.epfl.ch/papers/idealhashtrees.pdf | |
Task | |
1. compact file format for faster read from disk | |
magpack? protobuf? pbf | |
2. traverse all file, leave only popular bits. Cache LRU | |
mini mime | |
3. be able to unload db from memory, if not required |