This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
TrustPilotChallenge
Watch
1
Star
0
Fork
You've already forked TrustPilotChallenge
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60
Commits
12
Branches
0
Tags
440 KiB
Tag:
Branch:
Tree:
c60d4cbcaf
dataflow
feature-allow-words-reuse
feature-optimized-md5
flocal-proof
master
norms-index
performance-simd-rust
phraseset-optimization
plinq
rx
simd-md5
unmanaged
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c60d4cbcaf'
${ noResults }
TrustPilotChallenge
/
dotnet
/
WhiteRabbit
/
Constants.cs
8 lines
114 B
Raw
Normal View
History
Unescape
Escape
Refactored to use phrasesets
8 years ago
namespace
WhiteRabbit
{
internal
class
Constants
{
Phrases sent to unmanagedbridge in batches of 8
8 years ago
public
const
int
PhrasesPerSet
=
8
;
Refactored to use phrasesets
8 years ago
}
}