Displaying 4 results from an estimated 4 matches for "scenarii".
Did you mean:
scenario
2019 Jan 11
2
[RFC] Adding a -memeq-lib-function flag to allow the user to specify a memeq function.
...ringRelational_Eq`)
> <https://github.com/llvm-mirror/libcxx/blob/master/benchmarks/algorithms.bench.cpp>,
> which I'm going to use here.
>
> BM_StringRelational_Eq benchmarks comparison of strings of size 7 (Small),
> 63 (Large) and 5k (Huge) characters, in four scenarios (scenarii ?):
> - The equal case (Control), which is theoretically the worst case as you
> have to prove that all bytes are equal.
> - The case when strings differ. In that case bcmp() only needs to prove
> that one byte differs to return nonzero. Typical cases where strings differ
> are at...
2019 Jan 09
2
[RFC] Adding a -memeq-lib-function flag to allow the user to specify a memeq function.
On Tue, Jan 8, 2019 at 9:24 AM Clement Courbet <courbet at google.com> wrote:
>
>
> On Mon, Jan 7, 2019 at 10:26 PM James Y Knight <jyknight at google.com>
> wrote:
>
I'm afraid about the "almost" and "generally": what about users who don't ?
>
Even so, it should be fine to enable it for those platforms which do
include it.
I do note,
2011 Feb 18
2
How to set path to .NET runtime to use
...am Files\\Mono-2.8.1\\bin\\mono.exe" "C:\\Program*Files\\Toolsack*DotNet*Script*Host\\TSDotNetScriptHost.exe" "C:\\MyProject\\Scripts\\GetChart.ns".
The same command under case 1) setup simply goes:
$ wine TSDotNetScriptHost ../../GetChart.ns
Any help on either of this 2 scenarii would be greatly appreciated [Wink]
Thanks
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's
ok since there really isn't any major new features here - the bulk of the
Ocfs2 update is bug fixes, or cleanups. The same goes for configfs.
The only two things that could be described as features would be:
- Sunil has updated Ocfs2 to provide even more live cluster locking
information via debugfs.
- Joel