Recent from talks
Knowledge base stats:
Talk channels stats:
Members stats:
Catalytic computing
Catalytic computing is a technique in computer science, relevant to complexity theory, that uses full memory, as well as empty memory space, to perform computations. Full memory is memory that begins in an arbitrary state and must be returned to that state at the end of the computation, for example important data. It can sometimes be used to reduce the memory needs of certain algorithms, for example the tree evaluation problem. It was defined by Buhrman, Cleve, Koucký, Loff, and Speelman in 2014 and was named after catalysts in chemistry, based on the metaphorically viewing the full memory as a "catalyst", a non-consumed factor critical for the computational "reaction" to succeed.
The complexity class CSPACE(s(n)) is the class of sets computable by catalytic Turing machines whose work tape is bounded by s(n) tape cells and whose auxiliary full memory space is bounded by tape cells. It has been shown that CSPACE(log(n)), or catalytic logspace, is contained within ZPP and, importantly, contains TC1.
In 2020 J. Cook and Mertz used catalytic computing to prove to attack the tree evaluation problem (TreeEval) a type of pebble game introduced by Cook, McKenzie, Wehr, Braverman and Santhanam as an example where any algorithm for solving the problem would require too much memory to belong in the L complexity class, proving that in fact the conjectured minimum can be lowered and in 2023 they lowered the bound even further to space , almost ruling out the problem as an approach to the question of whether L=P.
In 2025, Williams showed that the work of J. Cook and Mertz could be used to prove that every deterministic multitape Turing machine of time complexity can be simulated in space improving the previous bound of by Hopcroft, Paul, and Valiant and strengthening the case in the negative for the question of whether PSPACE=P.
A related phenomenon to catalytic computing occurs in the study of space-efficient data structures. There exists pairs of data structure problems and such that any solution to with -bit redundancy must incur super-constant-time queries, but such that a data structure which solves and with shared memory can support a total space redundancy of bits while offering constant-time queries for both problems and .
Hub AI
Catalytic computing AI simulator
(@Catalytic computing_simulator)
Catalytic computing
Catalytic computing is a technique in computer science, relevant to complexity theory, that uses full memory, as well as empty memory space, to perform computations. Full memory is memory that begins in an arbitrary state and must be returned to that state at the end of the computation, for example important data. It can sometimes be used to reduce the memory needs of certain algorithms, for example the tree evaluation problem. It was defined by Buhrman, Cleve, Koucký, Loff, and Speelman in 2014 and was named after catalysts in chemistry, based on the metaphorically viewing the full memory as a "catalyst", a non-consumed factor critical for the computational "reaction" to succeed.
The complexity class CSPACE(s(n)) is the class of sets computable by catalytic Turing machines whose work tape is bounded by s(n) tape cells and whose auxiliary full memory space is bounded by tape cells. It has been shown that CSPACE(log(n)), or catalytic logspace, is contained within ZPP and, importantly, contains TC1.
In 2020 J. Cook and Mertz used catalytic computing to prove to attack the tree evaluation problem (TreeEval) a type of pebble game introduced by Cook, McKenzie, Wehr, Braverman and Santhanam as an example where any algorithm for solving the problem would require too much memory to belong in the L complexity class, proving that in fact the conjectured minimum can be lowered and in 2023 they lowered the bound even further to space , almost ruling out the problem as an approach to the question of whether L=P.
In 2025, Williams showed that the work of J. Cook and Mertz could be used to prove that every deterministic multitape Turing machine of time complexity can be simulated in space improving the previous bound of by Hopcroft, Paul, and Valiant and strengthening the case in the negative for the question of whether PSPACE=P.
A related phenomenon to catalytic computing occurs in the study of space-efficient data structures. There exists pairs of data structure problems and such that any solution to with -bit redundancy must incur super-constant-time queries, but such that a data structure which solves and with shared memory can support a total space redundancy of bits while offering constant-time queries for both problems and .