Skip to content
Monday, April 20, 2026
Latest Posts
  • Agent OS in production: real cases without the marketing
  • Post-quantum migration: what is actually happening
  • Enterprise GraphRAG: patterns after a year of adoption
  • How to install a local MCP server for your editor
  • Enterprise agent governance: the controls that are no longer optional

Jacar

Passion for Technology

  • en
    • es

Tag: rendimiento

Next-generation NPUs: the hardware moving AI in 2026

March 17, 2026 Javier Cañete
Unidad de procesamiento tensorial en rack de servidor, representación del hardware acelerador que ilustra la nueva generación de NPU integradas en procesadores de consumo y servidores durante 2026

NPUs have stopped being an accessory and become the component that defines real performance on laptops, phones, and small servers. A practical review of 2026’s dominant hardware, which workloads pay off, and where traditional GPUs still win.

Read more
Tecnología 

LLM caches: saving tokens without dropping quality

November 29, 2025 Javier Cañete
Diagrama clásico de caché con política de escritura diferida y asignación en escritura procedente de Wikimedia Commons, usado como ilustración conceptual del patrón que aplican los proxy de caché delante de modelos de lenguaje al servir respuestas previamente calculadas cuando coinciden con peticiones anteriores, reduciendo la factura de tokens sin llamar al modelo para entradas repetidas que el sistema ya ha procesado antes

A caching proxy in front of a language model can significantly cut the token bill, but introduces subtle risks if the design isn’t careful. A look at which cache types work in production, where the common traps are, and how to integrate it without degrading user experience.

Read more
Arquitectura Inteligencia Artificial 

Microsoft Garnet: a high-performance cache alternative

November 14, 2025 Javier Cañete
Logotipo oficial del proyecto Garnet de Microsoft Research alojado en el repositorio publico del grupo, servidor de cache clave valor compatible con el protocolo de Redis escrito en .NET 8 que aprovecha caracteristicas del hardware moderno como IO asincrono del sistema operativo y CPU con muchos nucleos, presentado como alternativa con rendimiento agresivo al ecosistema Redis tradicional

Garnet is the open-source cache server released by Microsoft Research that speaks the Redis protocol but is written in .NET 8 with a storage core designed for modern hardware. After nearly two years in the open, it shows interesting numbers and an architecture worth a close look, though the Redis ecosystem remains more mature.

Read more
Tecnología 

Microsoft Garnet: a high-performance cache alternative

November 14, 2025 Javier Cañete
Logotipo oficial del proyecto Garnet de Microsoft Research alojado en el repositorio publico del grupo, servidor de cache clave valor compatible con el protocolo de Redis escrito en .NET 8 que aprovecha caracteristicas del hardware moderno como IO asincrono del sistema operativo y CPU con muchos nucleos, presentado como alternativa con rendimiento agresivo al ecosistema Redis tradicional

Garnet is the open-source cache server released by Microsoft Research that speaks the Redis protocol but is written in .NET 8 with a storage core designed for modern hardware. After nearly two years in the open, it shows interesting numbers and an architecture worth a close look, though the Redis ecosystem remains more mature.

Read more
Tecnología 

Dragonfly: the modern cache inspired by Redis

September 18, 2025 Javier Cañete
Logotipo oficial del proyecto Dragonfly, almacen de datos en memoria compatible con el protocolo de Redis que apuesta por una arquitectura multihilo shared-nothing y snapshots sin fork, presentado aqui como alternativa seria a Redis para cargas donde la latencia y la densidad por nodo importan mas que la compatibilidad con configuraciones heredadas

Dragonfly has spent three years as a Redis-compatible alternative, but with a multithreaded architecture and no fork for persistence. In 2025 it is no longer a curiosity: there are serious deployments picking it for cost and latency. A calm look at what changes and when it makes sense.

Read more
Tecnología 

Dragonfly: the modern cache inspired by Redis

September 18, 2025 Javier Cañete
Logotipo oficial del proyecto Dragonfly, almacen de datos en memoria compatible con el protocolo de Redis que apuesta por una arquitectura multihilo shared-nothing y snapshots sin fork, presentado aqui como alternativa seria a Redis para cargas donde la latencia y la densidad por nodo importan mas que la compatibilidad con configuraciones heredadas

Dragonfly has spent three years as a Redis-compatible alternative, but with a multithreaded architecture and no fork for persistence. In 2025 it is no longer a curiosity: there are serious deployments picking it for cost and latency. A calm look at what changes and when it makes sense.

Read more
Tecnología 

Python 3.13 with optional GIL: what it means for teams

August 25, 2025 Javier Cañete
Diagrama oficial de la jerarquía estándar de tipos de Python 3.13 de Wikimedia Commons, directamente asociado a la versión donde debuta el modo free-threading que analiza el artículo

Python 3.13 experimentally introduces GIL-free execution via PEP 703. A few months in, real-world tests outside the lab are appearing. It is worth understanding clearly what you gain, what you lose, and what still does not change.

Read more
Desarrollo de Software 

Redis 8.2 and its vector support: when it actually makes sense

August 4, 2025 Javier Cañete
Diagrama conceptual de una base de datos vectorial mostrando el flujo de embeddings, índice ANN y consulta por similitud, contexto tipico donde Redis 8.2 compite con motores dedicados

Redis 8.2 adds vector search as a first-class data type. The question is not whether it works, but whether it can replace a dedicated engine like Qdrant, Weaviate or pgvector on real workloads with millions of vectors and demanding latency.

Read more
Arquitectura Inteligencia Artificial 

Redis 8.2 and its vector support: when it actually makes sense

August 4, 2025 Javier Cañete
Diagrama conceptual de una base de datos vectorial mostrando el flujo de embeddings, indice ANN y consulta por similitud, contexto tipico donde Redis 8.2 compite con motores dedicados

Redis 8.2 adds vector search as a first-class data type. The question is not whether it works, but whether it can replace a dedicated engine like Qdrant, Weaviate or pgvector on real workloads with millions of vectors and demanding latency.

Read more
Arquitectura Inteligencia Artificial 

Qwik in production: resumable and cheap on the client

July 20, 2025 Javier Cañete
Logotipo oficial del entorno Qwik, una plataforma JavaScript centrada en la resumibilidad para entregar aplicaciones web que arrancan con carga minima en cliente

Qwik has spent two years promising instant-start applications that don’t hydrate but resume. With the 1.x series settled and real cases published, it’s time to see whether resumability is worth the learning curve and when it’s the right choice.

Read more
Desarrollo de Software Experiencia de Usuario 

Posts navigation

Older posts

Recent Posts

  • Agent OS in production: real cases without the marketing
  • Post-quantum migration: what is actually happening
  • Enterprise GraphRAG: patterns after a year of adoption
  • How to install a local MCP server for your editor
  • Enterprise agent governance: the controls that are no longer optional
  • AI tools for developers: the 2026 stack
  • Lessons from agents in production in 2025: summary for 2026
  • Consolidated MCP ecosystem: a quick map for 2026
  • Humanoid robotics: beyond the viral videos
  • Next-generation NPUs: the hardware moving AI in 2026
  • European AI Act: full application and lessons from the first cycle
  • Consolidated platform engineering: who wins and who gets stuck
  • Rust in the Linux kernel: balance after several years
  • FinOps for AI workloads in 2026: the real pain
  • Agents that drive the computer: patterns that work

Copyright © All rights reserved

Usamos cookies para asegurar que te damos la mejor experiencia en nuestra web. Si continúas usando este sitio, asumiremos que estás de acuerdo con ello. Pulsa en "Aceptar todo" si estás de acuerdo.
Ajustes de CookiesAceptar Todo
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT