3 papers
cs.FL2026
An Empirical Comparison of General Context-Free Parsers
Huan Vo, Danushka Liyanage, Hong Jin Kang +2
Parsing underpins a vast range of software engineering tasks, from compilers and static analyzers to language servers and fuzz testing tools. Yet most parsers deployed in practice…
cs.DB2025
A Benchmark for Databases with Varying Value Lengths
Danushka Liyanage, Shubham Pandey, Joshua Goldstein +4
The performance of database management systems (DBMS) is traditionally evaluated using benchmarks that focus on workloads with (almost) fixed record lengths. However, some real-wor…
cs.SE2025
Assessing Reliability of Statistical Maximum Coverage Estimators in Fuzzing
Danushka Liyanage, Nelum Attanayake, Zijian Luo +1
Background: Fuzzers are often guided by coverage, making the estimation of maximum achievable coverage a key concern in fuzzing. However, achieving 100% coverage is infeasible for…