Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6224827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:44:06+00:00 2026-05-24T08:44:06+00:00

Does anyone know if it is possible to do lock-free programming in Haskell? I’m

  • 0

Does anyone know if it is possible to do lock-free programming in Haskell? I’m interested both in the question of whether the appropriate low-level primitives are available, and (if they are) on any information on what works in terms of using these to build working larger-scale systems in the pure functional context. (I’ve never done lock-free programming in a pure functional context before.) For instance, as I understand it the Control.Concurrent.Chan channels are built on top of MVars, which (as I understand things) use locks—could one in principle build versions of the Chan primitive which are lock free internally? How much performance gain might one hope to get?

I shoudl also say that I’m familiar with the existence of TVars, but don’t understand their internal implementation—I’ve been given to understand that they are mostly lock free, but I’m not sure if they’re entirely lock free. So any information on the internal implementation of TVars would also be helpful!

(This thread provides some discussion, but I wonder if there’s anything more up to date/more comprehensive.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T08:44:07+00:00Added an answer on May 24, 2026 at 8:44 am

    Not only does an MVar use locks, it is a lock abstraction. And, as I recall, individual STM primitives are optimistic, but there are locks used in various places in the STM implementation. Just remember the handy rhyme: “If it can block, then beware of locks”.

    For real lock-free programming you want to use IORefs directly, along with atomicModifyIORef.

    Edit: regarding black holes, as I recall the implementation is lock free, but I can’t vouch for the details. The mechanism is described in “Runtime Support for Multicore Haskell”: http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/multicore-ghc.pdf

    But that implementation underwent some tweaks, I think, as described in Simon Marlow’s 2010 Haskell Implementors Workshop talk “Scheduling Lazy Evaluation on Multicore”: http://haskell.org/haskellwiki/HaskellImplementorsWorkshop/2010. The slides are unfortunately offline, but the video should still work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if it is possible to detect whether the browser has closed
Does anyone know if it is possible to reliably determine (programattically C/C++...) whether or
Does anyone know whether it is possible to play a video that was synched
Does anyone know if it possible to define the equivalent of a java custom
Does anyone know if its possible to create a new property on an existing
Does anyone know if it is possible to restart a J2EE application (from the
Does anyone know if it's possible to use regex capture within Apache's DirectoryMatch directive?
Does anyone know if it's possible to get a Win32 application to run under
Does anyone know if it is possible (and if yes, how) to bind an
Does anyone know if it is possible to add other controls to a Flex

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.