Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は .NET の観点から話していますが、これは同様のロジックを使用する他の言語やフレームワークにも拡張できます。
オブジェクトを DateTime プロパティで並べ替える場合、DateTime の値は比較のために Ticks (つまり long 整数) に変換されると想定するのは正しいですか? その結果、並べ替えの速度はDateTime、整数による並べ替えよりも遅くはありませんか?
DateTime