# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "anvltcc" in publications use:' type: software license: MIT title: 'anvltcc: TinyCC Backend Bridge from ''anvl'' Traces to ''tccquickr'' Kernels' version: 0.0.0.9000 abstract: Compiles 'anvl' traced array programs to C kernels through 'tccquickr' and the TinyCC just-in-time compiler from 'Rtinycc'. Traced graphs are lowered to declared R using anvl's own quickr lowering rules wherever those emit tccquickr's declared subset, with bridge-owned tinycc rules for primitives that have a native tccquickr surface form (matrix products as '%*%' contractions, aval-checked broadcast passthrough). The result is a millisecond-latency CPU compile path for anvl programs with no XLA dependency. authors: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com repository: https://sounkou-bioinfo.r-universe.dev commit: 5cd2e89b6faaa0a1aee629e8a8238b2729444fcf date-released: '2026-07-20' contact: - family-names: Toure given-names: Sounkou Mahamane email: sounkoutoure@gmail.com