Implemented reading of disk till its end. |
|
More...
|
over 11 years ago
|
Fixed indexing in Raw IO wrapper. |
|
More...
|
over 11 years ago
|
Fixed bit operations in Raw IO wrapper. |
|
More...
|
over 11 years ago
|
Implemented RawReading test. |
|
More...
|
over 11 years ago
|
Implemented Aho-Corasick algorithm for CPU. |
|
More...
|
over 11 years ago
|
Added simple PInvoke wrapper for kernel32.dll to implemented low-level disk reading. Added a non-working attempt to use the low-level reading. |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/jud4s/Brahma.FSharp |
|
More...
|
over 11 years ago
|
Refactored ConsoleLauncher to make it possible to launch the loop multiple times with different parameters passed. Implemented iteration over different k values in ParametersSearch. Implemented new timers creation to solve the resetting issues while launching one algorithm multiple times. Added buffersCreated flag resetting in close() functions. |
|
More...
|
over 11 years ago
|
Device type -> Cpu. Rm command queue. |
|
More...
|
over 11 years ago
|
"Let" binding translation is fixed. |
|
More...
|
over 11 years ago
|
Fix build configuration. |
|
More...
|
over 11 years ago
|
Fix build configuration. |
|
More...
|
over 11 years ago
|
FSharpPowerPack as NuGet package. |
|
More...
|
over 11 years ago
|
Brahma.FSharp production solution for .NET 4.0 . |
|
More...
|
over 11 years ago
|
Small code cleanup. |
|
More...
|
over 11 years ago
|
Merge https://github.com/jud4s/Brahma.FSharp |
|
More...
|
almost 12 years ago
|
Fixed overlapping parts processing in all Aho-Corasick algorithm implementations. Optimized matches counting by skipping length check for all but the last not more than 31 bytes. |
|
More...
|
almost 12 years ago
|
Merge https://github.com/jud4s/Brahma.FSharp |
|
More...
|
almost 12 years ago
|
Returned workgroups number calculation. |
|
More...
|
almost 12 years ago
|
Added TargetContext clearing before passing to the recursive Translate call. Changed hardcoded workgroup sizes to 512. Removed if wrappers for while-loops as they are not needed anymore. |
|
More...
|
almost 12 years ago
|
Implemented minimal example for while-loop bug reproduction in Testing. |
|
More...
|
almost 12 years ago
|
Merge https://github.com/jud4s/Brahma.FSharp |
|
More...
|
almost 12 years ago
|
Add Close function. |
|
More...
|
almost 12 years ago
|
Implemented workgroups number and buffer size calculation. |
|
More...
|
almost 12 years ago
|
Fixed ConsoleLauncher compilation after merging. Changed parameters values to suite my laptop. |
|
More...
|
almost 12 years ago
|
Merge branch 'master' |
|
More...
|
almost 12 years ago
|
Finally implemented async processing. Removed weird algorithm with copying templates to the local memory. |
|
More...
|
almost 12 years ago
|
Merge https://github.com/jud4s/Brahma.FSharp |
|
More...
|
almost 12 years ago
|
Clean buffers. group size = 1024 |
|
More...
|
almost 12 years ago
|
Removed two-dimensional array building for Aho-Corasick "go" function in AhoCorasickOptimized. Implemented exit function pre-calculation for Aho-Corasick in AhoCorasickOptimized. |
|
More...
|
almost 12 years ago
|