並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 134件

新着順 人気順

performanceの検索結果1 - 40 件 / 134件

  • マルチメディアライブラリ「FFmpeg」がアセンブリ言語の手書きで爆速になったという報告/94倍も処理速度が向上、新しいCPUほど効果あり【やじうまの杜】

      マルチメディアライブラリ「FFmpeg」がアセンブリ言語の手書きで爆速になったという報告/94倍も処理速度が向上、新しいCPUほど効果あり【やじうまの杜】
    • Linuxの開発者であるリーナス・トーバルズ氏が、ふとしたきっかけで数行のコードを調整したところ、Linuxのパフォーマンスが2.6%向上した話

      Jeffry Alvarado @jalva_dev Linuxの開発者であるリーナス・トーバルズ氏が、ふとしたきっかけで数行のコードを調整したところ、Linuxのパフォーマンスが2.6%向上しました。数百万台のサーバーで稼働するLinuxにとって、この2.6%の向上は非常に大きな成果です。参考までに、Metaのような企業では、サーバパフォーマンスが2.6%向上するだけでエネルギーコストが数百万ドルも節約できると言われています。 2024-11-12 19:00:43 Jeffry Alvarado @jalva_dev このパフォーマンス向上は、次のLinux 6.12パッチで反映される予定です。詳細はPhoronixの記事で確認できます。 phoronix.com/news/Linus-2.6… また、これだけの改善がどれほど少ない変更で実現されたか興味がある方は、GitHubのコミッ

        Linuxの開発者であるリーナス・トーバルズ氏が、ふとしたきっかけで数行のコードを調整したところ、Linuxのパフォーマンスが2.6%向上した話
      • 「Excel」シートタブのデザイン変更が原因で、自動化処理のパフォーマンスが大きく低下/日本マイクロソフトが緩和策を案内

          「Excel」シートタブのデザイン変更が原因で、自動化処理のパフォーマンスが大きく低下/日本マイクロソフトが緩和策を案内
        • 任天堂、「発売前ゲームのプレイ動画を配信」した配信者を提訴。任天堂に挑発メッセージ送り、海賊版ソフトへの誘導までしていた様子 - AUTOMATON

          ホーム ニュース 任天堂、「発売前ゲームのプレイ動画を配信」した配信者を提訴。任天堂に挑発メッセージ送り、海賊版ソフトへの誘導までしていた様子 米任天堂(Nintendo of America)は11月6日、とある海外配信者を相手取って訴訟を起こした。主に発売前のゲームを違法に配信することで、米任天堂の著作権を侵害し、海賊版コンテンツの提供、そして流通を助長しているとして、損害賠償および同氏の活動停止を求めている。海外メディアPolygonなどが報じている。 今回米任天堂より訴えられたのは、個人配信者のJesse Keighin氏。同氏は「Every Game Guru」、「everygameguru3」などのユーザー名で、主に任天堂のゲームを含むタイトルのゲームプレイ動画を発売日前に配信していたという。YouTube、Discord、Twitch、TikTok、などをはじめとした複数の配

            任天堂、「発売前ゲームのプレイ動画を配信」した配信者を提訴。任天堂に挑発メッセージ送り、海賊版ソフトへの誘導までしていた様子 - AUTOMATON
          • RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster

            RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster

              RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
            • MySQL 8.0 の速いバイナリを作ってみよう

              念を押しておきますが、このブログの「内容は個人の考えであって、所属組織とは方針が異なる」と考えてください。 前のエントリでは、MySQL 8.0は、clangのPGO+LTOでビルドしないと本来の性能が出ない。ということを証明しました。その後、PGO+LTOといってもプロファイリングをどうしたらいいのかと、デスクトップマシンの空き時間でひたすらビルドとtpcc(ramfs)を繰り返した結果、興味深いことがわかりました。 tpccのようなある程度複雑なベンチマークは、 ベンチマークそのもの(この場合tpcc)をプロファイリングするよりも、 mysql-testのスクリプトを組み合わせて工夫したほうが性能が出る ということです。(少なくとも私の環境で、ではですが) つまり、 ビルドしてテストスクリプトが流せる環境であれば、総合的に最適に近いバイナリが生成できるということです。誰でもビルドできま

              • go test の33個のフラグを全て解説してみた!!! (サンプルコード付き)

                またこのブログでは testing パッケージの使い方やpackageの指定の仕方などに関して、詳細な説明はしません。 フラグを全部見てみる とりあえずすべてのフラグを見てみます! 以下のコマンドを実行すれば、現時点 (2024/10) で go test が受け付けるすべてのフラグが分かります。 The 'go test' command takes both flags that apply to 'go test' itself and flags that apply to the resulting test binary. Several of the flags control profiling and write an execution profile suitable for "go tool pprof"; run "go tool pprof -h" for mo

                  go test の33個のフラグを全て解説してみた!!! (サンプルコード付き)
                • WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly

                  Back to blog WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly WebVM is a full Linux environment running in the browser, client-side. It is a complete virtual machine, with support for persistent data storage, networking and, as of today’s release, Xorg and complete desktop environments. In an instance of WebVM, everything executes locally within the browser sandbox. W

                    WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly
                  • 第233回 MySQL 9.0と9.1の新機能について | gihyo.jp

                    MySQLのInnovation ReleaseとなるMySQL 9.0が2024年7月、MySQL 9.1が2024年10月にリリースされました。今回は、その中から気になる新機能をいくつかピックアップして、簡単に紹介したいと思います。 MySQL 9.0の新機能 ここでは、MySQL 9.0の新機能について紹介します。 EXPLAIN ANALYZEのJSONフォーマット結果をユーザー変数へ格納可能に EXPLAIN ANALYZEのJSONフォ−マット結果をユーザー変数に格納することができるようになりました。 EXPLAIN ANALYZEのJSONフォーマットを利用するには、システム変数explain_json_format_versionを2に変更してから実行する必要があります。デフォルトは1になっています。 INTO句後に格納するユーザー変数を指定します。 mysql> SET

                      第233回 MySQL 9.0と9.1の新機能について | gihyo.jp
                    • AWS Lambda turns 10: A rare look at the doc that started it

                      AWS Lambda turns 10: A rare look at the doc that started itNovember 14, 2024 • 5460 words One of our strengths at AWS has always been our ability to get primitives into the hands of our customers and observe what they do. In nearly every instance, someone uses these building blocks in interesting ways that we didn’t expect. Sometimes it’s domain-specific innovation, but other times it’s customers

                        AWS Lambda turns 10: A rare look at the doc that started it
                      • OpenCoder: Top-Tier Open Code Large Language Models

                        OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models OpenCoder is an open and reproducible code LLM family which matches the performance of Top-Tier Code LLM. We provide not just the final models, but also the reproducible training data, the complete data processing pipeline, rigorous experimental ablation results, and detailed training protocols for open scientific research. OpenC

                        • VMware makes Workstation and Fusion free for everyone

                          ​VMware has announced that its VMware Fusion and VMware Workstation desktop hypervisors are now free to everyone for commercial, educational, and personal use. In May, the company also made VMware Workstation Pro and Fusion Pro free for personal use, allowing students and home users to set up virtualized test labs and experiment with other OSs by running virtual machines and Kubernetes clusters on

                            VMware makes Workstation and Fusion free for everyone
                          • Go Turns 15 - The Go Programming Language

                            The Go Blog Go Turns 15 Austin Clements, for the Go team 11 November 2024 Thanks to Renee French for drawing and animating the gopher doing the “15 puzzle”. Happy birthday, Go! On Sunday, we celebrated the 15th anniversary of the Go open source release! So much has changed since Go’s 10 year anniversary, both in Go and in the world. In other ways, so much has stayed the same: Go remains committed

                              Go Turns 15 - The Go Programming Language
                            • How To Optimize Performance In Vue Apps | DebugBear

                              Vue is built to handle most typical use cases efficiently without requiring a lot of manual tweaking. But sometimes, you’ll hit situations that need a bit more fine-tuning. In this article, we’ll go over the key things to keep an eye on for optimizing performance in a Vue app. Page Load Performance vs. Update Performance​ When talking about optimizing performance in Vue apps, there are two main as

                                How To Optimize Performance In Vue Apps | DebugBear
                              • GitHub - hyperdxio/hyperdx at v2

                                HyperDX helps engineers quickly figure out why production is broken by making it easy to search & visualize logs and traces on top of any Clickhouse cluster (imagine Kibana, for Clickhouse). Documentation • Chat on Discord • Live Demo • Bug Reports • Contributing • Website 🕵️ Correlate/search logs and traces all in one place 📝 Schema agnostic, works on top of your existing Clickhouse schema 🔥 B

                                  GitHub - hyperdxio/hyperdx at v2
                                • 「Ryzen 7 9800X3D」が最強ゲーミングCPUであることを証明する (1/7)

                                  Zen 5アーキテクチャーをベースに第2世代3D V-Cacheを搭載した「Ryzen 7 9800X3D」の発売が11月15日11時より解禁となった(予価税込8万6800円)。一部店舗において抽選販売になったことを考えると、初期入荷分は凄絶な争奪戦になっていることだろう。 Ryzen 7 9800X3Dのファーストレビューでは、CPUの技術的解説とゲーム以外のベンチマークを用いたパフォーマンス評価を行なった。1世代前のRyzen 7 7800X3Dに比してマルチスレッド性能・シングルスレッド性能ともに向上した。 ただ3D V-Cacheはゲーム以外の用途ではほぼ役に立たない(AMDの中の人にこれを言うと“そんなことはない”と否定されるが、であればゲーム以外で高速化するアプリを示していただきたい)。X3DシリーズはPCゲームでこそ輝くCPUなのだ。 そこで後編となる本稿では、ゲーム56本を

                                    「Ryzen 7 9800X3D」が最強ゲーミングCPUであることを証明する (1/7)
                                  • What's New in F# 9 | Hacker News

                                    F# has been my favorite language since I first encountered it in uni. F# was/is waaaay out ahead of C# with features like unions, null safety, pattern matching, records, more powerful type inference and generic constraints.Over the years C# has been implementing these features too, which is good, but they have been implementing them in incompatible ways, which isn't very good. Since the investment

                                    • Intelが発表した「Core Ultra 200(Arrow Lake)シリーズ」のパフォーマンスが予想を下回ったため修正が約束される

                                      Intelが発表したCPU「Core Ultra 200(開発コード名:Arrow Lake)シリーズ」の最初のラインナップは、コンテンツ作成性能は強力になったもののゲーム性能は大幅に後退したなどと評価されています。Intelのテクニカルマーケティング担当副社長兼GMのロバート・ハロック氏も「ローンチ当初のパフォーマンスはIntel自身の予想を下回るものだった」と話し、パフォーマンスを向上する修正を行うことを約束しました。 Intel's Hallock On Arrow Lake Core Ultra 200S Processor Performance Fixes - YouTube Exclusive: Intel Exec Promises Arrow Lake Fixes For Major Performance Gains https://hothardware.com/ne

                                        Intelが発表した「Core Ultra 200(Arrow Lake)シリーズ」のパフォーマンスが予想を下回ったため修正が約束される
                                      • What's new in F# 9 - F# Guide - .NET

                                        F# 9 introduces a range of enhancements that make your programs safer, more resilient, and performant. This article highlights the major changes in F# 9, developed in the F# open source code repository. F# 9 is available in .NET 9. You can download the latest .NET SDK from the .NET downloads page. Nullable reference types Although F# is designed to avoid null, it can creep in when interfacing with

                                        • M4 Mac mini's efficiency is incredible | Jeff Geerling

                                          I had to pause some of my work getting a current-gen AMD graphics card running on the Pi 5 and testing a 192-core AmpereOne server to quickly post on the M4's efficiency. I expected M4 to be better than M1/M2 (I haven't personally tested M3), and I hoped it would at least match the previous total-system-power efficiency king, a tiny arm SBC with an RK3588 SoC... but I didn't expect it to jump forw

                                          • Storybook 8.4

                                            Storybook is the industry standard workshop for building, testing, and documenting UI components. Hundreds of thousands of developers use it every week, including teams at Volvo, Netflix, and Chewy. In Storybook 8.4, we’ve created the best DX for testing, and debugging frontend tests in the browser. It builds on our work in component testing in partnership with Vitest. ▶️ 1-click Component Testing

                                              Storybook 8.4
                                            • スタイル再計算イベント中の CSS セレクタのパフォーマンスを分析する  |  Chrome DevTools  |  Chrome for Developers

                                              [Performance] パネルの右上に赤い三角形が表示され、[Summary] タブに警告が表示されます。これは、実行に時間がかかり、パフォーマンスが遅いメインスレッドでの処理を示しています。 パフォーマンスの録画では、長時間実行タスクの一部が Recalculate Style イベントになることがあります。スタイルの再計算イベントは、ブラウザが次の処理を行うのにかかる時間をトラッキングします。 ページ上の DOM 要素を反復処理し、特定の要素に一致する CSS スタイルルールをすべて見つけます。 一致する CSS スタイルルールに基づいて、各要素の実際のスタイルを計算します。 次のような場合に CSS ルールの適用範囲が変更された場合は、必ず CSS スタイルを再計算する必要があります。 DOM への要素の追加または削除。 クラスの値や ID 属性の値など、要素の属性が変更された。

                                              • VMware Fusion and Workstation are Now Free for All Users

                                                We’re thrilled to announce a significant change that reflects our commitment to making VMware Fusion and VMware Workstation more accessible than ever. Starting November 11, 2024, these powerful desktop hypervisor products will be available for free to everyone—commercial, educational, and personal users alike. What’s changing and what does this mean for current subscribed customers? Effective imme

                                                  VMware Fusion and Workstation are Now Free for All Users
                                                • Why brain aging can vary dramatically between people | CNN

                                                  The paper, based on data from the Lothian Birth Cohorts studies in Scotland, suggests that about half of the variabilities in people’s cognition at older ages – why some people may have greater cognitive decline than others – may already have been present in their childhoods. Yet some adult lifestyle factors still appeared to be linked with improved cognitive performance and slower aging of the br

                                                    Why brain aging can vary dramatically between people | CNN
                                                  • GitHub - Veinar/dracan: Dracan is a lightweight middleware for Kubernetes that enhances filtering and validation capabilities. It ensures that only valid requests reach your applications, featuring HTTP method filtering, JSON validation, Header validation

                                                    Dracan is a specialized software solution designed to enhance filtering and validation capabilities within Kubernetes (k8s) environments. It aims to be lightweight middleware between ingress and applications. This tool focuses on several key functionalities: HTTP Method Filtering: Dracan allows you to filter specific HTTP methods, ensuring that only allowed request types can interact with your app

                                                      GitHub - Veinar/dracan: Dracan is a lightweight middleware for Kubernetes that enhances filtering and validation capabilities. It ensures that only valid requests reach your applications, featuring HTTP method filtering, JSON validation, Header validation
                                                    • Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac

                                                      Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac 12th November 2024 There’s a whole lot of buzz around the new Qwen2.5-Coder Series of open source (Apache 2.0 licensed) LLM releases from Alibaba’s Qwen research team. On first impression it looks like the buzz is well deserved. Qwen claim: Qwen2.5-Coder-32B-Instruct has become the current SOTA open-source code model, matching the

                                                        Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac
                                                      • Introducing your new JavaScript package manager: Deno

                                                        With Deno 2, we’ve introduced several subcommands to simplify dependency management: deno add, deno remove, and deno install. These commands will feel familiar to Node users, but offer greater flexibility, allowing you to import npm and JSR packages seamlessly — even within Node projects. In this post, we’ll cover how to manage packages with Deno’s tooling, whether you’re working with npm, JSR, or

                                                          Introducing your new JavaScript package manager: Deno
                                                        • Qwen2.5-Coder Series: Powerful, Diverse, Practical.

                                                          Qwen2.5-Coder Series: Powerful, Diverse, Practical. GITHUB HUGGING FACE MODELSCOPE KAGGLE DEMO DISCORD Introduction#Today, we are excited to open source the “Powerful”, “Diverse”, and “Practical” Qwen2.5-Coder series, dedicated to continuously promoting the development of Open CodeLLMs. Powerful: Qwen2.5-Coder-32B-Instruct has become the current SOTA open-source code model, matching the coding cap

                                                          • New – Amazon DynamoDB lowers pricing for on-demand throughput and global tables | Amazon Web Services

                                                            AWS Database Blog New – Amazon DynamoDB lowers pricing for on-demand throughput and global tables Over 1 million customers choose Amazon DynamoDB as their go-to NoSQL database for building high-performance, low-latency applications at any scale. The DynamoDB serverless architecture eliminates the overhead of operating and scaling databases, reducing costs and simplifying management, allowing you t

                                                              New – Amazon DynamoDB lowers pricing for on-demand throughput and global tables | Amazon Web Services
                                                            • Battery Cell Manufacturing Process - Battery Design

                                                              In order to engineer a battery pack it is important to understand the fundamental building blocks, including the battery cell manufacturing process. This will allow you to understand some of the limitations of the cells and differences between batches of cells. Or at least understand where these may arise. Lets Start with the First Three Parts: Electrode Manufacturing, Cell Assembly and Cell Finis

                                                                Battery Cell Manufacturing Process - Battery Design
                                                              • redis-cluster-client gem開発の振り返り - LIVESENSE ENGINEER BLOG

                                                                技術部インフラグループの春日です。 Redis Clusterモード対応版のRuby用ライブラリである redis-cluster-client gemをほそぼそとメンテしております。 2024年11月現在でまだ600万ダウンロード程度のマイナーライブラリではありますが、 利用者が増えてくるにつれて不具合報告も何件か出てきており、 これまで業務の10%技術投資時間やプライベート時間を利用して修正してきました。 本記事ではクライアントライブラリの実装面における考慮漏れの反省も兼ねて、 Redis Clusterモードならではの考慮ポイントを紹介しつつissue対応を振り返ります。 Ruby用Redisライブラリの変遷 Redisの構成について Clusterの状態変化への追従 Clusterの状態情報を取得するコマンドの負荷 ClusterモードにおけるPipelining Clusterモ

                                                                  redis-cluster-client gem開発の振り返り - LIVESENSE ENGINEER BLOG
                                                                • IronCalc

                                                                  For over 40 years, spreadsheets have been integral to countless applications. Despite numerous proprietary and open-source options, finding a universally accessible, reliable, and high-quality engine remains a challenge. Many existing solutions are expensive, require accounts, or suffer from performance and stability issues. Our Mission: To fill the gaps left by the industry and empower every user

                                                                    IronCalc
                                                                  • Haka interrupts vote for Treaty Principles Bill | Stuff.co.nz

                                                                    A haka led by Te Pāti Māori has interrupted voting for the Treaty Principles Bill, with Opposition MPs and the public gallery standing to perform Ka Mate.⁠ ⁠ Labour and Green MPs stood, appearing to support the haka, which started after Te Pāti Māori was called to vote on the bill.⁠ ⁠ Hauraki Waikato MP Hana-Rawhiti Maipi-Clarke stood to deliver her party's vote, against the bill, and then continu

                                                                      Haka interrupts vote for Treaty Principles Bill | Stuff.co.nz
                                                                    • グラミー賞ノミネート!ビートルズ「NOW AND THEN」ジョンの息子ショーンも! - Arigato 毎日幸せを感じる「懐かしい曲」「思い出」「物の手ばなし」

                                                                      グラミー賞ノミネートにビートルズ「ナウ・アンド・ゼン」が! え?! 驚きました ビートルズはもうこの世には存在しないけれど その新曲であり、最後の曲でもある「Now and Then」が www.aiaoko.com グラミー賞にノミネートされました コチラですね forbesjapan.com ビートルズもノミネート、息子ショーンも同時にノミネート 上記の記事ですね 昨年11月にリリースされた楽曲「Now and Then(ナウ・アンド・ゼン)で「Best Rock Performance(最優秀ロックパフォーマンス賞)」と「Record of the Year(年間最優秀レコード賞)」の候補に上がっているのだ。この曲によって、ビートルズは数十年ぶりにグラミー賞の授賞式に戻ることになった。 すごいです かつて息子ジュリアンもノミネート、ヨーコは受賞 ジュリアンのグラミー賞についてはコチラ

                                                                        グラミー賞ノミネート!ビートルズ「NOW AND THEN」ジョンの息子ショーンも! - Arigato 毎日幸せを感じる「懐かしい曲」「思い出」「物の手ばなし」
                                                                      • OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models

                                                                        Large language models (LLMs) for code have become indispensable in various domains, including code generation, reasoning tasks and agent systems. While open-access code LLMs are increasingly approaching the performance levels of proprietary models, high-quality code LLMs suitable for rigorous scientific investigation, particularly those with reproducible data processing pipelines and transparent t

                                                                        • Announcing .NET 9 - .NET Blog

                                                                          Today, we are excited to announce the launch of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. It’s the result of another year of effort on the part of thousands of developers from around the world. This new release includes thousands of performance, security, and functional improvements. You will find sweeping enhancements across the entire .NET stac

                                                                            Announcing .NET 9 - .NET Blog
                                                                          • Llama 3.1シリーズ、8ビット量子化で半分以下のサイズでも性能をほぼ完全維持、実験で確認 | AIDB

                                                                            参照論文情報 タイトル:”Give Me BF16 or Give Me Death”? Accuracy-Performance Trade-Offs in LLM Quantization 著者:Eldar Kurtic, Alexandre Marques, Shubhra Pandit, Mark Kurtz, Dan Alistarh 所属:Neural Magic, Institute of Science and Technology Austria 背景 LLMの実行は通常、計算コストが大きくかかってしまう問題があります。この問題を解決するため、これまで研究者たちはさまざまな方法を検討してきました。代表的なものが量子化(モデルの重みやアクティベーションのビット数を減らすこと)で、モデルを使用する際のメモリと計算コストを減らす一般的な手法として注目されています。 量子化で最も

                                                                              Llama 3.1シリーズ、8ビット量子化で半分以下のサイズでも性能をほぼ完全維持、実験で確認 | AIDB
                                                                            • Build scalable, event-driven architectures with Amazon DynamoDB and AWS Lambda | Amazon Web Services

                                                                              AWS Database Blog Build scalable, event-driven architectures with Amazon DynamoDB and AWS Lambda Amazon DynamoDB is a Serverless, NoSQL, fully managed database with single-digit millisecond performance at any scale. It excels in scenarios where traditional relational databases struggle to keep up. Event-driven architectures, common in microservices-based applications, use events to invoke actions

                                                                                Build scalable, event-driven architectures with Amazon DynamoDB and AWS Lambda | Amazon Web Services
                                                                              • In-wheel motor Market Growth Drivers Emerging Technologies and Strategic Forecast 2032

                                                                                In-wheel motor Market Growth Drivers Emerging Technologies and Strategic Forecast 2032 In-Wheel Motor Market: According to MRFR analysis, the global In-wheel motor market is expected to register a CAGR of ~ 32.31 % from 2024 to 2030 and hold a value of over USD 49.150 million by 2032. The In-Wheel Motor Market is gaining traction as a key technology in the automotive sector, particularly with the

                                                                                  In-wheel motor Market Growth Drivers Emerging Technologies and Strategic Forecast 2032
                                                                                • Fire Truck Market Growth Analysis by Emerging Trends, Key Manufacturers and Industry Forecast 2032

                                                                                  Fire Truck Market Growth Analysis by Emerging Trends, Key Manufacturers and Industry Forecast 2032 Fire Truck Market: By 2032, the market for fire trucks is projected to be worth USD 14.157 Million and grow at a CAGR of 5.6 %. The Fire Truck Market is expanding due to rising urbanization, increasing infrastructure development, and stricter safety regulations. Innovations in fire safety technologie

                                                                                    Fire Truck Market Growth Analysis by Emerging Trends, Key Manufacturers and Industry Forecast 2032