You are here

namespace SebastianBergmann\Diff\LCS in Zircon Profile 8

Same name in other branches
  1. 8.0 SebastianBergmann\Diff\LCS
Classsort descending Location Description
LongestCommonSubsequence vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php Interface for implementations of longest common subsequence calculation.
MemoryEfficientImplementation vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php Memory-efficient implementation of longest common subsequence calculation.
TimeEfficientImplementation vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php Time-efficient implementation of longest common subsequence calculation.
TimeEfficientImplementationTest vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php Some of these tests are volontary stressfull, in order to give some approximative benchmark hints.