Skip to main content

Showing 1–3 of 3 results for author: Gaul, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2012.03913  [pdf, other

    cs.DC

    Centrality of nodes in Federated Byzantine Agreement Systems

    Authors: André Gaul, Jörg Liesen

    Abstract: The federated Byzantine agreement system (FBAS) is a consensus model introduced by Mazières in 2016 where the participating nodes conceptually form a network, with links between them being established by each node individually and thus in a decentralized way. An important question is whether these decentralized decisions lead to an overall decentralized network. The level of (de-)centralization in… ▽ More

    Submitted 7 December, 2020; originally announced December 2020.

    Comments: 24 pages, 3 figures

    MSC Class: C.2.4 ACM Class: C.2.4

  2. arXiv:1912.01365  [pdf, ps, other

    cs.DC

    Mathematical Analysis and Algorithms for Federated Byzantine Agreement Systems

    Authors: André Gaul, Ismail Khoffi, Jörg Liesen, Torsten Stüber

    Abstract: We give an introduction to federated Byzantine agreement systems (FBAS) with many examples ranging from small "academic" cases to the current Stellar network. We then analyze the main concepts from a mathematical and an algorithmic point of view. Based on work of Lachowski we derive algorithms for quorum enumeration, checking quorum intersection, and computing the intact nodes with respect to a gi… ▽ More

    Submitted 3 December, 2019; originally announced December 2019.

    MSC Class: C.2.4 ACM Class: C.2.4

  3. arXiv:1202.2736  [pdf, other

    cs.PL cs.MS math.NA

    Function call overhead benchmarks with MATLAB, Octave, Python, Cython and C

    Authors: André Gaul

    Abstract: We consider the overhead of function calls in the programming languages MATLAB/Octave, Python, Cython and C. In many applications a function has to be called very often inside a loop. One such application in numerical analysis is the finite element method where integrals have to be computed on each element in a loop. The called functions can often be evaluated efficiently but the function call its… ▽ More

    Submitted 13 February, 2012; originally announced February 2012.

    Comments: The benchmark's source code is available under GPL3 at https://bitbucket.org/andrenarchy/funcall