1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Brahma description.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Merge https://github.com/jud4s/Brahma.FSharp
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Up.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Implemented Aho-Corasick algorithm. Fixed <! and <!> translation bug. More... almost 12 years ago
Merge https://github.com/jud4s/Brahma.FSharp
semen_grigorev
as rsdpisuy
More... almost 12 years ago
tmp.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Implemented hashtable algorithm with loops expanded with step 4. More... almost 12 years ago
Implemented casting to byte translation. Implemented hash table algorithm. More... almost 12 years ago
Implemented int16 type supporting. Changed result arrays types to int16[]. Added BoolAsBit to the translatorOptions. Removed initializing the result arrays with -1. More... almost 12 years ago
Refactored long testing in ConsoleLauncher by extracting the abstract testing logic. Implemented async processing and reading. More... almost 12 years ago
Fixed TemplatesGenerator. Changed hardcoded group size to 512. More... almost 12 years ago
Merge branch 'master' of https://github.com/jud4s/Brahma.FSharp More... almost 12 years ago
Implemented templates serialization and deserialization. Added CLI launcher prototype. More... almost 12 years ago
Code cleanup.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Merge https://github.com/jud4s/Brahma.FSharp
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Moved to reusing one ComputeProvider in different modules due to impossibility of creating more than three different CPs. Implemented naive hashing search with input substring hashes in private work item memory. Implemented previous algorithm with copying the hashes and lengths of templates to local work group memory. More... almost 12 years ago
Increased work group size to 500 for local memory management purposes. More... almost 12 years ago
Disabled initializers printing for local variables. Added naive search with local templates to the long test. More... almost 12 years ago
Added naive search with templates in local memory prototype. Implemented get_local_id(0) support. Switched back to single-zero array initialization for code shortening purposes. More... almost 12 years ago
Changed zero array printing from {0} to appropriate number of zeros. Changed the test kernel function. More... almost 12 years ago
Fixed "local" extension function type. Added "barrier" extension function. Implemented local variables declarations. Implemented barriers. Added pragma enabling atomic operations on local variables. Added node for Array.zeroCreate array initialization. Added kernel function for new features testing. More... almost 12 years ago
Start code review. Unchecked.defaultof<_> instead of (fun _ -> (fun _ -> ....
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Solution configuration.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Merge https://github.com/jud4s/Brahma.FSharp
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Code cleanup.
semen_grigorev
as rsdpisuy
More... almost 12 years ago
Implemented longest prefix index array pre-calculation. Fixed full-flow testing for each algorithm. Separated kernel initialization and execution to remove redundant re-initializations with same parameters. More... almost 12 years ago
Removed random input file. Implemented InputGenerator. More... almost 12 years ago
Split different matches searching algorithms into different modules. Implemented file processing prototype. More... almost 12 years ago
Added new RnD project for the substrings searching problem with naive and hashing prototype implementations. More... almost 12 years ago
ArraySum example small cleanup.
semen_grigorev
as rsdpisuy
More... almost 12 years ago