並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 66件

新着順 人気順

memoryの検索結果1 - 40 件 / 66件

  • Goのメモリ管理 / Memory management in Go

    継続的プロファイルによる大規模アプリケーションの性能改善 / Improving massive application clusters with continuous profiling

      Goのメモリ管理 / Memory management in Go
    • 論文検索のポストGoogleか。事業開発を加速する「Memory AI」とは | Forbes JAPAN 公式サイト(フォーブス ジャパン)

      日本の大企業が注目するリサーチツールをご存知だろうか。3億件以上の研究論文から技術の相関性を瞬時に可視化できる「Memory AI」なるもので、2023年6月にプレベータ版をリリースすると、半年でキリンホールディングスや大正製薬など大手企業約20社が顧客になった。 注目される理由は、企業の研究開発や事業開発担当者が技術調査や分析にかかる工数を最大で9割削減できるからだ。日本は特許出願件数で2022年、28.9万件で世界3位。国・地域別のGDP(国内総生産)に占める研究開発費総額の割合が3.59%と高く、ここ20年間で世界最高レベルにある(※)。科学技術においてこれだけ充実した環境にありながら、大きな問題がある。研究開発の最初の工程となる調査や分析には短くて半年、長いと1年半もの時間が必要になる。この非効率性に着眼したのが、当時、ニューヨーク州立大学の学生だった畑瀬研斗が設立したMEMORY

        論文検索のポストGoogleか。事業開発を加速する「Memory AI」とは | Forbes JAPAN 公式サイト(フォーブス ジャパン)
      • ChatGPTに設定を記憶させる「Memory」、Plusで正式機能に

        「Memory updated」にカーソルを合わせると記録された内容と「Manage memories」ボタンが表示され、ここからMemory管理画面に移行できる。ここで記録されたくない項目を削除できる。 Memoryに記憶させた項目については、以降は指定しなくても自動的に反映される。例えば上記の例では「会議を要約して」と依頼するだけで、見出し、ポイントの箇条書き、最後のまとめを含む要約が提示される。 EnterpriseおよびTeamsプランでもMemoryが利用可能になる見込みだ。また、GPTの開発者は、自分のGPTのメモリを有効にできる。GPTのMemoryに記録した項目が開発者と共有されることはない。 関連記事 OpenAI、ChatGPTに会話を記憶させる「Memory」テスト開始 初期設定はオン OpenAIは、ChatGPTに会話を記憶させる「Memory」機能のテストを開始

          ChatGPTに設定を記憶させる「Memory」、Plusで正式機能に
        • 保存した文章を利用する「Indexes」、過去のやりとりを記憶する「Memory」 LLMにできることを拡張する2つのLangChainモジュール

          LLMに狙いどおりの動きをさせるために内部で使われているプロンプトエンジニアリングから、LangChainに入門する「プロンプトエンジニアリングから始めるLangChain入門」。ここで大嶋勇樹氏が登壇。ここからは、LangChainのモジュールである「Indexes」「Memory」について解説します。前回はこちらから。 LangChainのモジュール「Indexes」 大嶋勇樹氏:次はIndexesとMemoryを見ていきます。質問をもらっていますが、続きを見てから回答できればと思います。 Indexesですが、まずモチベーションとして、GPT-4やGPT-3.5は、2021年9月までの公になっているパブリックな情報しか持っていません。 よくある例として、もっと新しい情報を知りたい。例えばLangChainの情報もそうだし、プライベートな情報を使わせたいということは多いと思います。 そ

            保存した文章を利用する「Indexes」、過去のやりとりを記憶する「Memory」 LLMにできることを拡張する2つのLangChainモジュール
          • OpenAI、ChatGPTに会話を記憶させる「Memory」テスト開始 初期設定はオン

            米OpenAIは2月13日(現地時間)、ChatGPTに会話を記憶させる機能「Memory」のテストを開始したと発表した。チャットの内容を覚えさせることで、情報を繰り返す必要がなくなる。 例えば、会議の要約を頼む際、見出し、ポイントの箇条書き、最後のまとめを含ませるよう指示すると、以後はそう指定しなくてもそのフォーマットで要約するようになる。 こうした指示は昨年7月に追加された「カスタム指示」にまとめておくこともできる。 テスト段階ではこの機能は初期設定でオンになっているが、設定でオフにすることも可能。 設定は、画面左下のアカウント名→[設定]→[Personalization]→[Memory]で行う。

              OpenAI、ChatGPTに会話を記憶させる「Memory」テスト開始 初期設定はオン
            • zod-to-openapiで、既存のAPI実装にOpenAPIドキュメントを後付けする | Memory ice cubes

              昔々あるところに、既存のWeb APIの実装がありました。 それなりに実装を進めた後に、天の声が言いました。「OpenAPIのドキュメントを公開したい」と。 さて、あなたならどうする?っていうニッチな問いに対する一つの答えとして。 ルーターごと乗り換える? たとえば今回でいうと、元のAPIはCloudflare Workersにデプロイされてた。 ので、たとえばhonoとかitty-routerとか、OpenAPIのドキュメント生成ができるエコシステムが整ってるルーターに乗り換えてしまうという手がある。 https://github.com/honojs/middleware/tree/main/packages/zod-openapi hono好きなあなたに https://github.com/cloudflare/itty-router-openapi/ itty-router好きな

                zod-to-openapiで、既存のAPI実装にOpenAPIドキュメントを後付けする | Memory ice cubes
              • Lightning Memory-Mapped Database(LMDB)について調べてみた - Qiita

                はじめに これは データベース・システム系 Advent Calendar 2023 の12/23の記事である そして Nostr (2) Advent Calendar 2023 の12/2の記事である LMDBというDBMSについて調べてみた内容をつらつらと書く Discraimer 筆者はデータベースシステムの専門家ではないため、頓珍漢な記述をしている可能性あり。その点ご留意頂きたく。誤っている点があれば指摘頂ければ幸甚 一部、推測に基づいた内容あり。それらの箇所は推測に基づいている旨分かるように記述する (実装を確認するといったところまでは行えなかったため) LMDBについて調べようと思ったきっかけ nostrなる分散アプリケーションのための通信プロトコル・アーキテクチャがある 比較的自由度の高いものであるが、現状の主なアプリケーションが分散SNS(マイクロブログ)であるため、その

                  Lightning Memory-Mapped Database(LMDB)について調べてみた - Qiita
                • npm workspacesで、TSファイルを共通モジュールとして使い回す | Memory ice cubes

                  ということをやりたくて、こうやったらできたという覚書。 やりたいこと こういうモノレポ構成とする。 - package.json - package-lock.json - packages - shared - app1 - app2 で、app1にあるコードベースを@myapp/app1とした場合、@myapp/sharedに置いたTSファイルを、そのままモジュールとして利用したいとする。 import { foo } from "@myapp/shared"; import { bar } from "@myapp/shared/bar"; // This is @myapp/app1 or @myapp/app2 code @myapp/app1と@myapp/app2は、それぞれ独自のコードベースになってて、それぞれtscではなくviteやesbuildなどのバンドラーを使う前提

                    npm workspacesで、TSファイルを共通モジュールとして使い回す | Memory ice cubes
                  • 美少女ゲーム業界にも寄る高齢化の波か…ブランド「ALcot」が解散へ。最終作『Clover Memory's』のクラウドファンディングが4月13日開始 | Game*Spark - 国内・海外ゲーム情報サイト

                      美少女ゲーム業界にも寄る高齢化の波か…ブランド「ALcot」が解散へ。最終作『Clover Memory's』のクラウドファンディングが4月13日開始 | Game*Spark - 国内・海外ゲーム情報サイト
                    • 『VA-11 Hall-A』「ブレードランナー」に影響受けたデッキ構築型ローグライク『Memory Detective: Akira』が面白そう!記憶追跡能力を駆使して“世界の破壊”を目指す【今週のインディー3選】 | Game*Spark - 国内・海外ゲーム情報サイト

                      Game*Spark編集部がオススメする1月第2週の特選インディー3選をお届け! 今週は、『VA-11 Hall-A ヴァルハラ』「ブレードランナー」にインスパイアされたデッキ構築型ローグライク『Memory Detective: Akira』、南極で違法な卵を調理するSFクッキングゲーム『Arctic Eggs』、ディーゼルパンクな終末世界サバイバル街づくり『New Cycle』の3本です。 本作は、インディーデベロッパーGames2see氏(@Games2see)が現在開発中のデッキ構築型ローグライクゲームです。「ブレードランナー」や『VA-11 Hall-A ヴァルハラ』にインスパイアされたサイバーパンク要素を取り入れています。 舞台となるのは2142年のディストピア世界。ならず者たちの巣窟と化したニューデトロイト(New Detroit)において、プレイヤーはサイキックで犯罪に立ち

                        『VA-11 Hall-A』「ブレードランナー」に影響受けたデッキ構築型ローグライク『Memory Detective: Akira』が面白そう!記憶追跡能力を駆使して“世界の破壊”を目指す【今週のインディー3選】 | Game*Spark - 国内・海外ゲーム情報サイト
                      • ChatGPTに過去のやりとりを記憶する「Memory」機能

                          ChatGPTに過去のやりとりを記憶する「Memory」機能
                        • An Open Letter on the Misuse of Holocaust Memory | Omer Bartov

                          We the undersigned are scholars of the Holocaust and antisemitism from different institutions. We write to express our dismay and disappointment at political leaders and notable public figures invoking Holocaust memory to explain the current crisis in Gaza and Israel. Particular examples have ranged from Israeli Ambassador to the UN Gilad Erdan donning a yellow star featuring the words “Never Agai

                            An Open Letter on the Misuse of Holocaust Memory | Omer Bartov
                          • GitHub - stackframe-projects/pgmock: In-memory Postgres for unit/E2E tests

                            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

                              GitHub - stackframe-projects/pgmock: In-memory Postgres for unit/E2E tests
                            • YJIT Is the Most Memory-Efficient Ruby JIT

                              This year, the YJIT team and I have gotten a paper accepted at MPLR 2023 (Managed Programming Languages and Runtimes), which is now freely available through ACM open access. The paper, titled “Evaluating YJIT’s Performance in a Production Context: A Pragmatic Approach”, goes into details of the strategy taken to evaluate YJIT’s performance in a production context. One of our key findings, when com

                                YJIT Is the Most Memory-Efficient Ruby JIT
                              • Memory and new controls for ChatGPT

                                We’re testing the ability for ChatGPT to remember things you discuss to make future chats more helpful. You’re in control of ChatGPT’s memory. We’re testing memory with ChatGPT. Remembering things you discuss across all chats saves you from having to repeat information and makes future conversations more helpful. You’re in control of ChatGPT’s memory. You can explicitly tell it to remember somethi

                                  Memory and new controls for ChatGPT
                                • 【C#】SpanとMemory - Annulus Games

                                  今回の記事はC#のSpan<T>とMemory<T>について。 現代のC#ではパフォーマンス向上のためにSpanが用いられる機会が非常に多くなっています。.NETでも多くのAPIがSpan<T>を受け入れるようになってきており、パフォーマンスに気を遣ってコードを書く場面ではもはやSpanの活用は必須と言えます。 また、C#ではSpanとは別に似たような型としてMemory<T>も存在しています。こちらは利用する上での制約がSpanと比べて少なく、Spanの代替として主にasyncメソッド内で用いられることが多いです。 そこで今回は、Span<T>やMemory<T>の利用方法や使い分け、またMemory<T>を適切に扱うための指針やIMemoryOwner<T>による所有権の管理についてまでをまとめていきたいと思います。基本的にはSpan<T>の利用のみで事足りますが、Memory<T>が

                                  • 『葬送のフリーレン』"旅の記憶"スペシャルビデオ/Frieren:Journey's memory Special Video

                                    アニメ『葬送のフリーレン』で描かれた、 フリーレンの“人の心を知る旅路”。 その旅の記憶を綴るスペシャル映像を公開! 『葬送のフリーレン』 全28話 各動画配信サービスで配信中 Blu-ray&DVD全7巻順次発売中 【スタッフ】 原作:山田鐘人・アベツカサ(小学館「週刊少年サンデー」連載中) 監督:斎藤圭一郎 シリーズ構成:鈴木智尋 キャラクターデザイン・総作画監督:長澤礼子 コンセプトアート:吉岡誠子 魔物デザイン:原科大樹 アクションディレクター:岩澤亨 デザインワークス:簑島綾香/山﨑絵美/とだま。/長坂慶太/亀澤蘭/松村佳子/高瀬丸 美術監督:高木佐和子 美術設定:杉山晋史 色彩設計:大野春恵 3DCGディレクター:廣住茂徳 撮影監督:伏原あかね 編集:木村佳史子 音響監督:はたしょう二 音楽:Evan Call 第1クールオープニングテーマ:「勇者」YOASOBI 第2オー

                                      『葬送のフリーレン』"旅の記憶"スペシャルビデオ/Frieren:Journey's memory Special Video
                                    • 現存するJSDocタグのまとめ | Memory ice cubes

                                      まとめたいなと思ったが、それは叶わぬ夢なのかもしれない・・・。 JSDoc.app Use JSDoc: Index https://jsdoc.app/#block-tags JSDocの本家(のはず)で、用途は主にドキュメント作成。 以下がその一覧で、AtoZ(エイリアスは別)順。 まずはブロックタグといわれるよく見るもの。 @abstract @virtual @access <package|private|protected|public> @alias <aliasNamepath> @async @augments <namepath> @extends <namepath> @author <name> [<emailAddress>] @borrows <that namepath> as <this namepath> @class [<type> <name>] @c

                                        現存するJSDocタグのまとめ | Memory ice cubes
                                      • Troubleshoot low freeable memory in Amazon RDS for MySQL

                                        How can I troubleshoot low freeable memory in an Amazon RDS for MySQL database? I run an Amazon Relational Database Service (Amazon RDS) for MySQL instance. I see that my available memory is low, my database is out of memory, or low memory is causing latency issues in my application. I want to identify the source of the memory utilization and troubleshoot. Short description In Amazon RDS for MySQL

                                          Troubleshoot low freeable memory in Amazon RDS for MySQL
                                        • Ruby 3.3’s YJIT: Faster While Using Less Memory

                                          This year, the YJIT team has been working hard to improve and optimize YJIT. We’re proud to say that the version of YJIT to be included with Ruby 3.3 is leaps and bounds ahead of Ruby 3.2’s. It provides better performance across the board, while also warming up faster and using less memory. The 3.3 release is also more robust, including a number of bug fixes along with an improved test suite. In t

                                            Ruby 3.3’s YJIT: Faster While Using Less Memory
                                          • GitHub - crablang/crab: A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!

                                            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

                                              GitHub - crablang/crab: A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
                                            • The First Stable Release of a Memory Safe sudo Implementation

                                              The First Stable Release of a Memory Safe sudo Implementation Prossimo is pleased to announce the first stable release of sudo-rs, our Rust rewrite of the critical sudo utility. The sudo utility is one of the most common ways for engineers to cross the privacy boundary between user and administrative accounts in the ubiquitous Linux operating system. As such, its security is of the utmost importan

                                                The First Stable Release of a Memory Safe sudo Implementation
                                              • GitHub - Speykious/cve-rs: Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀

                                                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

                                                  GitHub - Speykious/cve-rs: Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀
                                                • A memory model for Rust code in the kernel [LWN.net]

                                                  LWN.net needs you!Without subscribers, LWN would simply not exist. Please consider signing up for a subscription and helping to keep LWN publishing The Rust programming language differs from C in many ways; those differences tend to be what users admire in the language. But those differences can also lead to an impedance mismatch when Rust code is integrated into a C-dominated system, and it can b

                                                  • CVE-2024-27282: Arbitrary memory address read vulnerability with Regex search

                                                    We have released the Ruby version 3.0.7, 3.1.5, 3.2.4 and 3.3.1 that have a security fix for an arbitrary memory address read vulnerability in Regex search. This vulnerability has been assigned the CVE identifier CVE-2024-27282. Details An issue was discovered in Ruby 3.x through 3.3.0. If attacker-supplied data is provided to the Ruby regex compiler, it is possible to extract arbitrary heap data

                                                    • GitHub - catchpoint/workflow-telemetry-action: Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline

                                                      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

                                                        GitHub - catchpoint/workflow-telemetry-action: Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline
                                                      • Press Release: Future Software Should Be Memory Safe | ONCD | The White House

                                                        Leaders in Industry Support White House Call to Address Root Cause of Many of the Worst Cyber Attacks Read the full report here WASHINGTON – Today, the White House Office of the National Cyber Director (ONCD) released a report calling on the technical community to proactively reduce the attack surface in cyberspace. ONCD makes the case that technology manufacturers can prevent entire classes of vu

                                                          Press Release: Future Software Should Be Memory Safe | ONCD | The White House
                                                        • MySQL8.0.27や8.0.28あたりのmemory/innodb/hash0hashやut0new.hなどの話 | GREE Engineering

                                                          こんにちわ。せじまです。 先日、プライベートで新しいPCを買ったので試しにVisual Studio 2022(version 17.7.2)でMySQL8.0.34をデバッグビルドしようと思ったら、sql_main がC2678でビルドできなくなってました(2023-08-29時点)。 Hyper-V上でen_USなWindows11開発環境を立ち上げて試してもC2678が発生したので、日本語版のWindowsに限った問題でもなさそうな気がします。 https://developercommunity.visualstudio.com/ を見ると、コンパイラ周りで "Fixed - Pending Release" な件がいくつか見受けられたので、しばらく様子見しようかなと思っています。 MySQL8.1.0や8.0.34をデバッグビルドする話を書こうかと思っていたのですが、今回は別の話

                                                            MySQL8.0.27や8.0.28あたりのmemory/innodb/hash0hashやut0new.hなどの話 | GREE Engineering
                                                          • Statements of Support for Software Measurability and Memory Safety | ONCD | The White House

                                                            Read the full report here Read the fact sheet here Today, the Office of the National Cyber Director released a new Technical Report titled “Back to the Building Blocks: A Path Toward Secure and Measurable Software.” This report builds upon the President’s National Cybersecurity Strategy, addressing the technical community to tackle undiscovered vulnerabilities that malicious actors can exploit. Le

                                                              Statements of Support for Software Measurability and Memory Safety | ONCD | The White House
                                                            • GitHub - cpacker/MemGPT: Building persistent LLM agents with long-term memory 📚🦙

                                                              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

                                                                GitHub - cpacker/MemGPT: Building persistent LLM agents with long-term memory 📚🦙
                                                              • 機動戦士ガンダム0083 STARDUST MEMORY 第1話「ガンダム強奪」

                                                                機動戦士ガンダム0083 STARDUST MEMORY 第1話「ガンダム強奪」 [アニメ] 宇宙世紀0083、連邦軍のトリントン基地に2体の新型ガンダムを積んだホワイトベース型の戦艦アルビオ...

                                                                  機動戦士ガンダム0083 STARDUST MEMORY 第1話「ガンダム強奪」
                                                                • How Photoshop solved working with files larger than can fit into memory  |  Blog  |  Chrome for Developers

                                                                  Introduction (This article is also available in form of a video.) In 2021, Adobe, together with Chrome engineering, brought a version of Photoshop to the web. The software makes innovative use of WebAssembly with features like SIMD, high performance storage in the origin private file system, the P3 color space for canvas, and Web Components with Lit. In this article, we want to focus on how Adobe

                                                                    How Photoshop solved working with files larger than can fit into memory  |  Blog  |  Chrome for Developers
                                                                  • GitHub - unslothai/unsloth: 5X faster 50% less memory LLM finetuning

                                                                    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

                                                                      GitHub - unslothai/unsloth: 5X faster 50% less memory LLM finetuning
                                                                    • 「ChatGPT」が過去のチャット内容を記憶する「Memory」機能のテスト開始/好みや属性も記録、よりユーザーにパーソナライズされた応答が可能に

                                                                        「ChatGPT」が過去のチャット内容を記憶する「Memory」機能のテスト開始/好みや属性も記録、よりユーザーにパーソナライズされた応答が可能に
                                                                      • Memory Profiling Part 1. Introduction | Easyperf

                                                                        Subscribe to my newsletter, support me on Patreon or by PayPal donation. I would love to hear your feedback! I wrote this blog series for the second edition of my book titled “Performance Analysis and Tuning on Modern CPUs”. It is open-sourced on Github: perf-book. The book primarily targets mainstream C and C++ developers who want to learn low-level performance engineering, but devs in other lang

                                                                        • 【注目】 AI時代の発展を支える半導体製造技術 【第9話】「HBM(High Bandwidth Memory)」とは|inrevium

                                                                          生産現場 計測・検査 【注目】 AI時代の発展を支える半導体製造技術 【第9話】「HBM(High Bandwidth Memory)」とは 先端半導体の技術の中でも微細化と並んで今後の半導体性能を大きく左右する、3次元実装技術。その構成技術のであるHBM(High Bandwidth Memory)について解説します。 HBM(High Bandwidth Memory)とは HBM(High Bandwidth Memory)とは非常に高い帯域幅(データ転送速度)を持ったDRAMです。 メモリとプロセッサを結んで信号を交換する入出力回路(IO:Input/Output)をバスと呼びます。 このバスを1秒間に通過するデータ信号の数を帯域幅(Band width)と呼び、この帯域幅の数値が大きいほどデータ処理が速いことを示しています。帯域幅は信号線1本の伝送速度×バスの本数で決まります。

                                                                            【注目】 AI時代の発展を支える半導体製造技術 【第9話】「HBM(High Bandwidth Memory)」とは|inrevium
                                                                          • 【独学ポートフォリオ】野球観戦アプリ「Baseball Memory」を開発してみました(Rails × MySQL × Heroku × Docker) - Qiita

                                                                            【独学ポートフォリオ】野球観戦アプリ「Baseball Memory」を開発してみました(Rails × MySQL × Heroku × Docker)RailsMySQLHerokuDockerポートフォリオ はじめに はじめまして!sekkey_777と申します。 今年で29歳の社会人5年目です。 大学時代は、化学を専攻しており、白衣着て朝から晩まで実験していました。 新卒1年目は工場で勤務していましたが、3年目になる際に社内の公募でIT系の部署に移動し、現在まで2年ほどSIer的な業務に従事しております。 現職では主に総合テストなどの品質管理、ベンダーとの調整を任されることが多いです。 2022年の10月頃から簡単な自社サービスの改修にも携わっており、Python、TypeScript、AWS、Docker、SQLなどに触れていますが、開発の経験としては浅い方です。 私としてはもっ

                                                                              【独学ポートフォリオ】野球観戦アプリ「Baseball Memory」を開発してみました(Rails × MySQL × Heroku × Docker) - Qiita
                                                                            • Linuxのメモリ割り当てアルゴリズムを追う Buddy Memory Allocation編

                                                                              はじめに この記事はコネヒトAdvent Calendar2023の5日目の記事です。 世界中で広く使われているLinuxがどのようなメモリ割り当てアルゴリズムを使って物理メモリを管理しているのか、その仕組みには以前から興味がありました。 そこで、Linuxでメモリ割り当てアルゴリズムとして使用されている、Buddy Memory AllocationとSlab Allocationを自作しているOSに実装したのですが、日本語の記事や情報があまりなく実装するのに結構時間がかかってしまいました。(両者とも日本語版Wikipediaにすら載っていませんでした)なので、日本語の情報が少ないのならばこの機会に残しておこうと思い、この記事を書くことにしました。 本記事では、Buddy Memory Allocationに焦点を当て、その仕組みを紹介していきたいと思います。 ↓ 後編の記事です 前提

                                                                                Linuxのメモリ割り当てアルゴリズムを追う Buddy Memory Allocation編
                                                                              • LangchainのMemory機能の覚え書き - Qiita

                                                                                Langchainにはchat履歴保存のためのMemory機能があります。 Langchain公式ページのMemoryのHow to guideにのっていることをやっただけですが、数が多くて忘れそうだったので、自分の備忘録として整理しました。 TL;DR 手軽に記憶を維持するチャットボットなどを作るときは、自分で実装するより、LangchainのMemory機能を使うのが楽そう。 Memory機能、八種類もあるけど、まとめると以下。 まず試すのによさそうなのが、ConversationBufferWindowMemory ConversationSummaryBufferMemoryは、ConversationBufferWindowMemoryの上位互換なので、これもよさそうだが、要約部分が長くなりすぎないか心配 VectorStore-Backed Memoryは、非常に良さげですが、

                                                                                  LangchainのMemory機能の覚え書き - Qiita
                                                                                • Arete Engine | A unified-memory game engine.

                                                                                  Powerful Fastest game engine in 1:1 CPU frame time benchmarks