はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    買ってよかったもの

『Cysharp, Inc.』

  • 人気
  • 新着
  • すべて
  • GitHub - Cysharp/Claudia: Unofficial Anthropic Claude API client for .NET.

    5 users

    github.com/Cysharp

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    • テクノロジー
    • 2024/03/14 22:18
    • C#
    • 機械学習
    • 人工知能
    • プログラミング
    • GitHub - Cysharp/csbindgen: Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity.

      3 users

      github.com/Cysharp

      Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity. Automatically generates C# DllImport code from Rust extern "C" fn code. Whereas DllImport defaults to the Windows calling convention and requires a lot of configuration for C calls, csbindgen generates code optimized for "Cdecl" calls. Also .NET and Unity have different callback invocation method

      • テクノロジー
      • 2023/02/28 19:26
      • C#
      • GitHub - Cysharp/LogicLooper: A library for building server application using loop-action programming model on .NET.

        4 users

        github.com/Cysharp

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        • テクノロジー
        • 2022/03/17 12:59
        • C#
        • サーバ
        • ゲーム
        • あとで読む
        • GitHub - Cysharp/ObservableCollections: High performance observable collections and synchronized views, for WPF, Blazor, Unity.

          3 users

          github.com/Cysharp

          ObservableCollections is a high performance observable collections(ObservableList<T>, ObservableDictionary<TKey, TValue>, ObservableHashSet<T>, ObservableQueue<T>, ObservableStack<T>, ObservableRingBuffer<T>, ObservableFixedSizeRingBuffer<T>) with synchronized views and Observe Extension for R3. .NET has ObservableCollection<T>, however it has many lacks of features. It based INotifyCollectionChan

          • テクノロジー
          • 2021/09/04 08:41
          • GitHub - Cysharp/MessagePipe: High performance in-memory/distributed messaging pipeline for .NET and Unity.

            4 users

            github.com/Cysharp

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            • テクノロジー
            • 2021/04/27 08:55
            • Unity
            • C#
            • GitHub - Cysharp/ZString: Zero Allocation StringBuilder for .NET and Unity.

              4 users

              github.com/Cysharp

              Zero Allocation StringBuilder for .NET Core and Unity. Struct StringBuilder to avoid allocation of builder itself Rent write buffer from ThreadStatic or ArrayPool All append methods are generics(Append<T>(T value)) and write to buffer directly instead of concatenate value.ToString T1~T16 AppendFormat(AppendFormat<T1,...,T16>(string format, T1 arg1, ..., T16 arg16) avoids boxing of struct argument

              • テクノロジー
              • 2020/02/04 22:20
              • C#
              • Unity
              • Library
              • あとで読む
              • GitHub - Cysharp/ValueTaskSupplement: Append supplemental methods(WhenAny, WhenAll, Lazy) to ValueTask.

                4 users

                github.com/Cysharp

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                • テクノロジー
                • 2019/08/26 18:55
                • Unity
                • C#
                • GitHub - Cysharp/Ulid: Fast .NET C# Implementation of ULID for .NET and Unity.

                  4 users

                  github.com/Cysharp

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  • テクノロジー
                  • 2019/03/29 12:27
                  • C#
                  • .NET
                  • Library
                  • GitHub - Cysharp/ConsoleAppFramework: Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.

                    20 users

                    github.com/Cysharp

                    namespace ConsoleAppFramework; internal static partial class ConsoleApp { public static void Run(string[] args, Action<int, int> command) { if (TryShowHelpOrVersion(args, 2, -1)) return; var arg0 = default(int); var arg0Parsed = false; var arg1 = default(int); var arg1Parsed = false; try { for (int i = 0; i < args.Length; i++) { var name = args[i]; switch (name) { case "--foo": { if (!TryIncrement

                    • テクノロジー
                    • 2019/02/21 18:44
                    • .NET Core
                    • C#
                    • .NET
                    • あとで読む
                    • GitHub - Cysharp/MasterMemory: Source Generator based Embedded Typed Readonly In-Memory Document Database for .NET and Unity.

                      23 users

                      github.com/Cysharp

                      Memory Efficient, Only use underlying data memory and do aggressively string interning. Performance, Similar as dictionary lookup. TypeSafe, 100% Type safe by Source Generator. Fast load speed, MasterMemory save data by MessagePack for C#, a fastest C# serializer so load speed is blazing fast. Flexible Search, Supports multiple key, multiple result, range/closest query. Validator, You can define c

                      • テクノロジー
                      • 2017/11/19 01:51
                      • DB
                      • Unity
                      • .net
                      • C#
                      • database
                      • あとで読む
                      • review
                      • github
                      • GitHub - Cysharp/MagicOnion: Unified Realtime/API framework for .NET platform and Unity.

                        9 users

                        github.com/Cysharp

                        MagicOnion is a modern RPC framework for .NET platform that provides bi-directional real-time communications such as SignalR and Socket.io and RPC mechanisms such as WCF and web-based APIs. This framework is based on gRPC, which is a fast and compact binary network transport for HTTP/2. However, unlike plain gRPC, it treats C# interfaces as a protocol schema, enabling seamless code sharing between

                        • テクノロジー
                        • 2017/03/22 00:14
                        • gRPC
                        • Unity
                        • C#
                        • GitHub - Cysharp/ZLinq: Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms and Unity, Godot.

                          8 users

                          github.com/Cysharp

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          • テクノロジー
                          • 2015/05/28 12:31
                          • Linq
                          • unity
                          • C#
                          • .NET

                          このページはまだ
                          ブックマークされていません

                          このページを最初にブックマークしてみませんか?

                          『Cysharp, Inc.』の新着エントリーを見る

                          キーボードショートカット一覧

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

                          • 総合
                          • 一般
                          • 世の中
                          • 政治と経済
                          • 暮らし
                          • 学び
                          • テクノロジー
                          • エンタメ
                          • アニメとゲーム
                          • おもしろ
                          • アプリ・拡張機能
                          • 開発ブログ
                          • ヘルプ
                          • お問い合わせ
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について

                          公式Twitter

                          • 公式アカウント
                          • ホットエントリー

                          はてなのサービス

                          • はてなブログ
                          • はてなブログPro
                          • 人力検索はてな
                          • はてなブログ タグ
                          • はてなニュース
                          • ソレドコ
                          • App Storeからダウンロード
                          • Google Playで手に入れよう
                          Copyright © 2005-2026 Hatena. All Rights Reserved.
                          設定を変更しましたx