この記事は Scala Advent Calendar 2016(Adventar) 10日目の記事です。
今は 12/10 の 625時です。年明けなんて無かった。いいね?
さてさて、sbt の依存jarのダウンロードが遅い、というのは割とよく言われる事であります。
で、この原因の一旦に、sbtが Apache Ivy を使っている、という点があります。
この記事は Scala Advent Calendar 2016(Adventar) 10日目の記事です。
今は 12/10 の 625時です。年明けなんて無かった。いいね?
さてさて、sbt の依存jarのダウンロードが遅い、というのは割とよく言われる事であります。
で、この原因の一旦に、sbtが Apache Ivy を使っている、という点があります。
以下の情報を元に Galera と GR のレプリケーションの違いをまとめたもの。
| /* =========================================================================== | |
| * | |
| * LIBRARY | |
| * | |
| * =========================================================================== */ | |
| /* Proof of Concept GUI: | |
| * - PoC UI implementation in ~2.5kLOC of C89 (ANSI C) | |
| * => Core solutions has no external dependencies (removing standard library dependency is trival) | |
| * => Does not use or require any special language constructs or macro constructs just pointers and enums | |
| * - Combines both "retained" and "immediate mode" UI by providing control over update frequency |