Case | Time |
---|---|
Best | 0.06µs |
Average | 0.90µs |
Worst | 1.54µs |
Best cases come from NaN
, Infinity
, and -Infinity
.
// SPDX-License-Identifier: MPL-2.0 | |
using System.Collections; | |
using System.Diagnostics; | |
using System.Threading; | |
namespace Emik; | |
/// <summary> | |
/// Provides <see cref="List{T}"/>; the thread-safe equivalent of <see cref="System.Collections.Generic.List{T}"/>. | |
/// </summary> |
#region Emik.Unlicense | |
// <copyright file="PadCenter.cs" company="Emik"> | |
// Copyright (c) Emik. | |
// This is free and unencumbered software released into the public domain. | |
// | |
// Anyone is free to copy, modify, publish, use, compile, sell, or | |
// distribute this software, either in source code form or as a compiled | |
// binary, for any purpose, commercial or non-commercial, and by any | |
// means. |
#region Emik.Unlicense | |
// <copyright file="op_Equality.NET.cs" company="Emik"> | |
// Copyright (c) Emik. | |
// This is free and unencumbered software released into the public domain. | |
// | |
// Anyone is free to copy, modify, publish, use, compile, sell, or | |
// distribute this software, either in source code form or as a compiled | |
// binary, for any purpose, commercial or non-commercial, and by any | |
// means. |