Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Articles

Technical deep-dives into RustKernels algorithms, implementation details, and use cases.

Accounting Network Generation: Transforming Journal Entries to Directed Graphs

A comprehensive look at the GPU-accelerated transformation of double-entry bookkeeping journal entries into directed accounting networks. Covers the five solving methods, confidence calculation, VAT detection, and pattern recognition.

Topics covered:

  • The accounting network problem
  • Five solving methods (A-E) with confidence hierarchy
  • Fixed-point arithmetic for financial precision
  • Account classification and VAT detection
  • Transaction pattern recognition
  • Performance characteristics

Upcoming Articles

  • Graph Analytics at Scale: PageRank and community detection on billion-edge graphs
  • Real-Time Risk: Streaming VaR calculation with Ring kernels
  • Process Mining with DFG: Automatically discovering business processes
  • Compliance Patterns: Detecting AML patterns in transaction networks

Contributing Articles

Want to contribute an article? Articles should:

  1. Focus on a specific kernel or algorithm
  2. Explain the underlying theory
  3. Show practical implementation details
  4. Include code examples
  5. Discuss performance characteristics

Submit proposals via GitHub issues.