並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 15 件 / 15件

新着順 人気順

Futuresの検索結果1 - 15 件 / 15件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Futuresに関するエントリは15件あります。 Rusttechfeedrust などが関連タグです。 人気エントリには 『Understanding Rust futures by going way too deep』などがあります。
  • Understanding Rust futures by going way too deep

    Understanding Rust futures by going way too deep So! Rust futures! Easy peasy lemon squeezy. Until it's not. So let's do the easy thing, and then instead of waiting for the hard thing to sneak up on us, we'll go for it intentionally.

      Understanding Rust futures by going way too deep
    • Introduction - Futures Explained in 200 Lines of Rust

      Futures Explained in 200 Lines of Rust This book aims to explain Futures in Rust using an example driven approach, exploring why they're designed the way they are, and how they work. We'll also take a look at some of the alternatives we have when dealing with concurrency in programming. Going into the level of detail I do in this book is not needed to use futures or async/await in Rust. It's for t

      • 【Binance Futures】バイナンス先物がどんなものか見てみた BitMEXと差別化出来てアリかも - そうだ、フルレバロングをしよう

        ここ1ヶ月で出来高がうなぎ登りのBinance Futures BitMEX同様無期限先物ですが 人気の理由はなんだろうかと思って早速見てみました 手数料面ではどうか?BitMEXとBinance Futuresを比較 出来高、流動性に関してはどうなのか レバレッジ、清算に関しては少々複雑 使いやすさはどうか、UIを見てみる BTC建てではなくUSDT建て 総評 実際に使ってみたよ!レバレッジ125倍の恐怖…! Binanceは先物取引所として、ややこしいですが Binance FuturesとBinance JEX Futuresがあります これらは別々なので今回はBinance Futuresに関して 書いていこうと思います まず重要な面は手数料ですね こちらになっております 手数料面ではどうか?BitMEXとBinance Futuresを比較 30日の取引量に応じて手数料が変化する

          【Binance Futures】バイナンス先物がどんなものか見てみた BitMEXと差別化出来てアリかも - そうだ、フルレバロングをしよう
        • Will Project Loom obliterate Java Futures?

          Project Loom is a proposal to add fibers and continuations as a native JVM construct. With a JDK release every 6 months, we’ll probably see it released (or some part of it) sooner rather than later. Fibers are light-weight threads, which can be created in large quantities, without worrying about exhausting system resources. Fibers are going to change how we write concurrent programs in Java. Does

            Will Project Loom obliterate Java Futures?
          • SHUTL | 東銀座のアートスペースSHUTL Launching Authentic Futures. ここからまだ見ぬ「未来のオーセンティック」が打ち上がる。

            SHUTLは、現代の表現者が日本文化と出会い直し、自らの表現と伝統を結びつけることによって、新たな表現方法を模索することのできる、開かれた創造活動の実験場(ラボ)。舞台となるのは、建築家黒川紀章らが提唱した「メタボリズム(新陳代謝)」運動の代表的な建築として知られる、中銀カプセルタワービルの2基のカプセル。 設計当時、生物の細胞に見立てられたカプセルは、その役割を居住空間から創造空間へと変容させ、伝統が現代の作家によって再解釈される場として新たに息づく。創造は数え切れない実験と失敗の繰り返しから始まる。SHUTL - ここからまだ見ぬ「未来のオーセンティック」が打ち上がる。 View more View more 👉 View more👉 View more👉 View more👉 View more👉 View more👉

              SHUTL | 東銀座のアートスペースSHUTL Launching Authentic Futures. ここからまだ見ぬ「未来のオーセンティック」が打ち上がる。
            • The size of Rust Futures

              I have recently discovered that Rust Futures, or rather, async fn calls can lead to surprising performance problems if they are nested too deeply. I learned that the hard way by triggering a stack overflow in a PR to symbolicator. I then tracked that down to unreasonably huge (as measured by mem::size_of_val) futures. The problem was also being exacerbated by the deeply nested async fn calls in th

              • Interface Futures

                Documenting potential futures via innovative user interface concepts.

                  Interface Futures
                • OSCPとは?効果的な勉強法を徹底解説 | Computer Futures

                  近年急成長を見せるサイバーセキュリティ業界。この成長に伴い、転職の際に有利になる資格としてサイバーセキュリティ関連の資格への注目が高まっています。日本でサイバーセキュリティ関連の資格と言えば「情報処理安全確保支援士」が最も一般的ですが、こちらは難易度が比較的低いことから、ペンテスターなど、サイバーセキュリティ業界のテクニカルな部分を担う方の多くが持っている資格です。 そこで、差別化できる資格としてOffensive Security Certified Professional(OSCP)という難関資格の取得を検討する方もいらっしゃいます。しかし、日本語でのOSCPの試験情報や対策法に関するリソースがまだ限られており、対策法が見つかりづらいことも事実です 今回の記事では、OSCPに関する基本情報と、対策のコツ、CEHなどの他のセキュリティ資格との違いについて詳しく解説します。 目次 OSC

                    OSCPとは?効果的な勉強法を徹底解説 | Computer Futures
                  • 日産、バッテリEVの「V2X」技術や「バッテリ二次利用」について語るパネルディスカッション「Nissan FUTURES」開催

                      日産、バッテリEVの「V2X」技術や「バッテリ二次利用」について語るパネルディスカッション「Nissan FUTURES」開催
                    • Asynchronous streams in Rust (part 1) - Futures, buffering and mysterious compilation error messages | Blog | Guillaume Endignoux

                      If you are already reading my blog, you may have noticed that I see a lot of potential in the Rust programming language. The safety and efficiency properties of Rust make it the programming language of “fearless concurrency”, and in particular the async/.await syntax that was stabilized about a year ago really make asynchronous programming a core feature of Rust. The downside of this new asynchron

                      • PythonのThread(並列処理)は速度改善効果がないので「concurrent.futures」を使う - SE_BOKUのまとめノート的ブログ

                        目次 PythonのThread(並列処理)は速度改善効果がないのか確認 シーケンシャル実行ケースの計測 PythonのThreadを使うケースの時間計測 Threadで速度改善しないのがPythonの仕様 Pythonの並列処理で速度向上できる方法と計測結果 PythonのThread(並列処理)は速度改善効果がないのか確認 PythonのThreadで並列性による速度改善効果を期待しても無駄だと教えてもらったので試してみました。 同じ重たい処理をシーケンシャルに実行するのと、PythonのThreadを使って並列処理するので、どのくらい速度があがるのか?を確認してみます。 シーケンシャル実行ケースの計測 シーケンシャルの処理です。 import time # 単に時間がかかるだけの処理 def killing_time(number): return_list = [] for i i

                          PythonのThread(並列処理)は速度改善効果がないので「concurrent.futures」を使う - SE_BOKUのまとめノート的ブログ
                        • Introduction - Futures Explained in 200 Lines of Rust

                          Futures Explained in 200 Lines of Rust This book aims to explain Futures in Rust using an example driven approach, exploring why they're designed the way they are, and how they work. We'll also take a look at some of the alternatives we have when dealing with concurrency in programming. Going into the level of detail I do in this book is not needed to use futures or async/await in Rust. It's for t

                          • Java Futures, 2019 Edition

                            Transcript Goetz: Today, I'm going to talk a little bit about where the Java language and platform is going in the next few years and a little bit about how we've changed the way we're going to get it there. Let's talk a little bit about where Java has been and where it's going. Java is getting old, in a sense, Java has been around for almost 25 years. If I had $1 for every time Java was declared

                              Java Futures, 2019 Edition
                            • An oil futures contract expiring Tuesday went negative in bizarre move showing a demand collapse

                              A futures contract for U.S. crude prices dropped more than 100% and turned negative for the first time in history on Monday, showing just how much demand has collapsed due to the coronavirus pandemic. But traders cautioned that this collapse into negative territory was not reflective of the true reality in the beaten-up oil market. The price of the nearest oil futures contract, which expires Tuesd

                                An oil futures contract expiring Tuesday went negative in bizarre move showing a demand collapse
                              • IT業界の外資系・グローバル企業に強い転職エージェント | Computer Futures

                                IT分野に特化した 日本最大規模の転職エージェント Computer FuturesはIT業界に特化し、外資系やハイクラス求人に強い転職エージェント・人材紹介サービスです。業界トップクラスの採用・求人情報を探すITプロフェッショナルの皆様と、成長に欠かせない優秀な人材を求める企業をつなぐお手伝いをいたします。 当社は単なる転職サポートにとどまらず、皆様のキャリアゴールを実現するための最適な求人やキャリアの機会をご提案いたします。世界で30年以上にわたり積み重ねてきた経験と実績を活かし、皆様との長期的な関係を通じて個人とビジネスの成長を支援いたします。 転職サポートを行う分野・職種はこちら グローバルなネットワーク Computer Futuresは世界に展開するネットワークと、各国・地域の市場に精通した知識の双方を活用し、皆様のニーズにお応えします。

                                  IT業界の外資系・グローバル企業に強い転職エージェント | Computer Futures
                                1

                                新着記事