Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xmtp-js #1391

Merged
merged 2 commits into from
Dec 10, 2022
Merged

Update xmtp-js #1391

merged 2 commits into from
Dec 10, 2022

Conversation

neekolas
Copy link
Contributor

@neekolas neekolas commented Dec 9, 2022

What does this PR do?

xmtp-js 7.4.0 contains some significant performance improvements for users with a large number of active conversations. Conversations are now cached, so that repeated calls to client.conversations.list() do not have to download or decrypt the same conversation multiple times.

It's not a complete solution to the problem, but it should cut down the CPU load by >50% for someone like @bigint.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@neekolas neekolas requested a review from bigint as a code owner December 9, 2022 18:15
@vercel
Copy link

vercel bot commented Dec 9, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
api ✅ Ready (Inspect) Visit Preview Dec 9, 2022 at 6:22PM (UTC)
pro ✅ Ready (Inspect) Visit Preview Dec 9, 2022 at 6:22PM (UTC)
web ✅ Ready (Inspect) Visit Preview Dec 9, 2022 at 6:22PM (UTC)

@vercel vercel bot temporarily deployed to Preview – pro December 9, 2022 18:15 Inactive
@vercel vercel bot temporarily deployed to Preview – pro December 9, 2022 18:18 Inactive
@vercel vercel bot temporarily deployed to Preview – api December 9, 2022 18:19 Inactive
@vercel vercel bot temporarily deployed to Preview – web December 9, 2022 18:22 Inactive
@bigint
Copy link
Member

bigint commented Dec 10, 2022

Amazing update 🚀

@bigint bigint merged commit f5e5950 into main Dec 10, 2022
@bigint bigint deleted the update-xmtp-js branch December 10, 2022 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants