summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-04feat: enhance PGO with detailed command execution loggingHEADmasterPaul Buetow
2025-07-04feat: complete PGO implementation with improved profilingPaul Buetow
2025-07-04fix: add profiling support to dtail and improve PGO workflowPaul Buetow
2025-07-04feat: add Profile-Guided Optimization (PGO) supportPaul Buetow
2025-07-04add more baselinesPaul Buetow
2025-07-04movePaul Buetow
2025-07-04docs: add turbo mode performance baseline and analysisPaul Buetow
2025-07-04cleanupPaul Buetow
2025-07-04fix: restore accidentally deleted mapr_testdata.log test filePaul Buetow
2025-07-04fix: remove unnecessary delays in turbo mode for serverless operationPaul Buetow
2025-07-04docs: add turbo mode performance analysis and new baselinePaul Buetow
2025-07-04chore: clean up temporary files and reorganize documentationPaul Buetow
2025-07-04refactor: change turbo boost to be enabled by defaultPaul Buetow
2025-07-04chore: clean up temporary test scripts and logsPaul Buetow
2025-07-04fix: resolve hanging TestTurboAggregateConcurrency testPaul Buetow
2025-07-04fix: resolve hanging test in TestTurboAggregateVsRegularPaul Buetow
2025-07-04fix: resolve MapReduce turbo mode issues and serverless processingPaul Buetow
2025-07-03fix: improve turbo mode MapReduce batch processing and shutdown sequencePaul Buetow
2025-07-03fix: implement thread-safe turbo mode for MapReduce operationsPaul Buetow
2025-07-02feat: make turbo mode configurable via config filePaul Buetow
2025-07-02feat: add server info message for literal grep modePaul Buetow
2025-07-02test: add comprehensive integration tests for literal and regex patternsPaul Buetow
2025-07-02perf: optimize grep for simple string matchingPaul Buetow
2025-07-02perf: implement tiered buffer pooling to reduce allocationsPaul Buetow
2025-07-02cleaning up old integration testsPaul Buetow
2025-07-01perf: optimize turbo mode for 2.87x faster serverless performancePaul Buetow
2025-07-01dont run old tests by defaultPaul Buetow
2025-07-01perf: optimize TestDMap3 to use higher concurrency configPaul Buetow
2025-07-01perf: increase MaxConcurrentCats to 10 for integration testsPaul Buetow
2025-07-01fix: restore missing test data filePaul Buetow
2025-07-01fix: resolve turbo mode race condition and improve TestDCat2Paul Buetow
2025-07-01feat: ensure command doesn't complete until all pending files are processedPaul Buetow
2025-06-30feat: track pending files to prevent premature server shutdownPaul Buetow
2025-06-30fix: resolve channel close panic and improve turbo mode synchronizationPaul Buetow
2025-06-30fix: ensure complete data transmission in turbo mode for dtail operationsPaul Buetow
2025-06-30fix: improve test server cleanup to prevent intermittent TestDMap2 failuresPaul Buetow
2025-06-30fix: disable turbo boost for MapReduce operations in server modePaul Buetow
2025-06-30fix: correct typo in testhelpers.go function namePaul Buetow
2025-06-29fix: improve aggregate channel switching for MapReduce operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for tail (dtail) operationsPaul Buetow
2025-06-29feat: enable turbo boost mode for MapReduce (dmap) operationsPaul Buetow
2025-06-29fix: respect MaxLineLength in turbo boost mode for integration testsPaul Buetow
2025-06-29fix: auto-override hostname to 'integrationtest' in integration test modePaul Buetow
2025-06-29test: remove dcat1d.txt from integration testsPaul Buetow
2025-06-29fix: resolve dcat test failures with channel-less implementationPaul Buetow
2025-06-28refactor: consolidate optimization flags into DTAIL_TURBOBOOST_ENABLEPaul Buetow
2025-06-28feat: implement channel-less grep for 62% performance improvementPaul Buetow
2025-06-27Add comprehensive profiling documentation and clean up unused dependenciesPaul Buetow
2025-06-26Remove bash scripts and update documentation to use dtail-toolsPaul Buetow
2025-06-26Fix dmap CSV query syntax in profiling toolPaul Buetow